| OLD | NEW |
| 1 * | 1 * |
| 2 { | 2 { |
| 3 font-family: Arial, sans; | 3 font-family: Arial, sans; |
| 4 font-size: 16px; | 4 font-size: 16px; |
| 5 } | 5 } |
| 6 | 6 |
| 7 body | 7 body |
| 8 { | 8 { |
| 9 margin: 0; | 9 margin: 0; |
| 10 /* Start below fixed navbar */ | 10 /* Start below fixed navbar */ |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 202 .content a:visited | 202 .content a:visited |
| 203 { | 203 { |
| 204 color: #c70d2c; | 204 color: #c70d2c; |
| 205 } | 205 } |
| 206 | 206 |
| 207 /* Buttons | 207 /* Buttons |
| 208 ******************************************************************************/ | 208 ******************************************************************************/ |
| 209 | 209 |
| 210 .button | 210 .button |
| 211 { | 211 { |
| 212 display: inline-block; |
| 212 padding: 0.5em 2em; | 213 padding: 0.5em 2em; |
| 213 border: none; | 214 border: none; |
| 214 text-align: center; | 215 text-align: center; |
| 215 } | 216 } |
| 216 | 217 |
| 217 .button:hover, | 218 .button:hover, |
| 218 .button:active, | 219 .button:active, |
| 219 .button:focus | 220 .button:focus |
| 220 { | 221 { |
| 221 text-decoration: none; | 222 text-decoration: none; |
| 222 } | 223 } |
| 223 | 224 |
| 224 @media(max-width: 767px) | 225 @media(max-width: 575px) |
| 225 { | 226 { |
| 226 .button | 227 .button |
| 227 { | 228 { |
| 228 display: block; | 229 display: block; |
| 229 width: 100%; | 230 width: 100%; |
| 230 } | 231 } |
| 231 } | 232 } |
| 232 | 233 |
| 233 .button.primary | 234 .button.primary |
| 234 { | 235 { |
| (...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 794 left: 50%; | 795 left: 50%; |
| 795 width: 80px; | 796 width: 80px; |
| 796 margin-top: -60px; | 797 margin-top: -60px; |
| 797 margin-left: -40px; | 798 margin-left: -40px; |
| 798 } | 799 } |
| 799 | 800 |
| 800 .hide-disclaimer .video-play | 801 .hide-disclaimer .video-play |
| 801 { | 802 { |
| 802 margin-top: -40px; | 803 margin-top: -40px; |
| 803 } | 804 } |
| OLD | NEW |