| OLD | NEW |
| 1 #content | 1 #content |
| 2 { | 2 { |
| 3 text-align: center; | 3 text-align: center; |
| 4 padding-top: 2.5em; | 4 padding-top: 2.5em; |
| 5 } | 5 } |
| 6 | 6 |
| 7 #abb-banner | 7 #abb-banner |
| 8 { | 8 { |
| 9 padding: 20px; | 9 padding: 20px; |
| 10 } | 10 } |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 { | 23 { |
| 24 -webkit-box-sizing: border-box; | 24 -webkit-box-sizing: border-box; |
| 25 -moz-box-sizing: border-box; | 25 -moz-box-sizing: border-box; |
| 26 -ms-box-sizing: border-box; | 26 -ms-box-sizing: border-box; |
| 27 -o-box-sizing: border-box; | 27 -o-box-sizing: border-box; |
| 28 box-sizing: border-box; | 28 box-sizing: border-box; |
| 29 margin: 20px 0; | 29 margin: 20px 0; |
| 30 max-width: 515px; | 30 max-width: 515px; |
| 31 } | 31 } |
| 32 | 32 |
| 33 #video-container |
| 34 { |
| 35 margin-bottom: 20px; |
| 36 } |
| 37 |
| 33 #video-disclaimer | 38 #video-disclaimer |
| 34 { | 39 { |
| 35 margin: 10px; | 40 margin: 10px; |
| 36 } | 41 } |
| 37 | 42 |
| 38 .no-js #video-disclaimer, | 43 .no-js #video-disclaimer, |
| 39 .show-disclaimer #video-disclaimer | 44 .show-disclaimer #video-disclaimer |
| 40 { | 45 { |
| 41 position: relative; | 46 position: relative; |
| 42 } | 47 } |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 #key-facts section.border-right | 130 #key-facts section.border-right |
| 126 { | 131 { |
| 127 padding-bottom: 25px; | 132 padding-bottom: 25px; |
| 128 border-bottom: 1px dotted black; | 133 border-bottom: 1px dotted black; |
| 129 } | 134 } |
| 130 | 135 |
| 131 #footnote | 136 #footnote |
| 132 { | 137 { |
| 133 padding: 0px 20px; | 138 padding: 0px 20px; |
| 134 } | 139 } |
| OLD | NEW |