| OLD | NEW |
| 1 @font-face | 1 @font-face |
| 2 { | 2 { |
| 3 font-family: "Source Sans Pro"; | 3 font-family: "Source Sans Pro"; |
| 4 src: url(/fonts/SourceSansPro-Light.woff); | 4 src: url(/fonts/SourceSansPro-Light.woff); |
| 5 /* local("Ø") forces using no local font called Source Sans Pro */ | 5 /* local("Ø") forces using no local font called Source Sans Pro */ |
| 6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); | 6 src: local("Ø"), url(/fonts/SourceSansPro-Light.woff) format("woff"); |
| 7 font-weight: 300; | 7 font-weight: 300; |
| 8 font-style: normal; | 8 font-style: normal; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 background-color: #47a447; | 232 background-color: #47a447; |
| 233 } | 233 } |
| 234 | 234 |
| 235 form input[type="checkbox"] | 235 form input[type="checkbox"] |
| 236 { | 236 { |
| 237 margin: 0px; | 237 margin: 0px; |
| 238 -webkit-margin-end: 10px; | 238 -webkit-margin-end: 10px; |
| 239 -moz-margin-end: 10px; | 239 -moz-margin-end: 10px; |
| 240 } | 240 } |
| 241 | 241 |
| 242 .disclaimer | 242 .privacy-consent-disclaimer |
| 243 { | 243 { |
| 244 margin: 14px 0px; | 244 margin: 14px 0px; |
| 245 font-size: 14px; | 245 font-size: 14px; |
| 246 color: #a9bdd5; | 246 color: #a9bdd5; |
| 247 } | 247 } |
| 248 | 248 |
| 249 .hidden | 249 .hidden |
| 250 { | 250 { |
| 251 display: none; | 251 display: none; |
| 252 } | 252 } |
| 253 | 253 |
| 254 footer | 254 footer |
| 255 { | 255 { |
| 256 margin: 0 auto 30px; | 256 margin: 0 auto 30px; |
| 257 max-width: 960px; | 257 max-width: 960px; |
| 258 text-align: center; | 258 text-align: center; |
| 259 } | 259 } |
| OLD | NEW |