Advertisement
Guest User

Untitled

a guest
Nov 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.89 KB | None | 0 0
  1. .firm_switcher label.control-label {
  2.   color:#CD3233;
  3.   font-size:1.25em;
  4.   display: block;
  5.   font-weight:bold;
  6.     display: table;
  7. }
  8. .firm_switcher .form-control-static{
  9.   background-color: #ddd;
  10.   padding:15px !important;
  11.   display: table;
  12. }
  13. .firm_switcher .radio-inline{
  14.   display: table-cell;
  15.  width:50%;
  16. }
  17.  
  18. #order2_box_4{
  19.   display: block;
  20. }
  21. #order2_info_sub4 strong{
  22.   color:#CD3233;
  23.   font-size:1.25em;
  24.   display: block;
  25.   font-weight:bold;
  26.     padding: 5px 0 2px 5px;
  27. }
  28. #order2_box_4{
  29.   background-color: #ddd;
  30.   padding:15px !important;
  31. }
  32.  
  33. .order2_info{
  34.   padding:0 !important;
  35. }
  36.  
  37. #order2_box_4 .order2_info1_sub{
  38.   display: table;
  39.   width:100%;
  40. }
  41.  
  42. #order2_box_4 .order2_info1_sub label{
  43.   width:50%;
  44.   display: table-cell;
  45.    padding-top: 0px !important;;
  46. }
  47.  
  48. .radio {
  49.   position: absolute;
  50.   opacity: 0;
  51.   cursor: pointer;
  52.   height: 0;
  53.   width: 0;
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement