@import "_constants.scss"; html, body { font-family: $font-family-serif; font-size: 14px; line-height: 18px; color: $black; } a { text-decoration: none; color: inherit; } a:hover { text-decoration: underline; } input[type=email], input[type=number], input[type=password], input[type=search], input[type=text], textarea { font-family: $font-family-sans-serif; font-size: 14px; line-height: 18px; } input[type=submit] { font-family: $font-family-sans-serif; font-size: 13px; font-weight: bold; text-align: center; } button { font-family: $font-family-sans-serif; font-size: 12px; line-height: 18px; } strong { font-weight: bold; } .center { text-align: center; } .right { text-align: right; } .left { text-align: left; } .lightbox h2 { font-size: 24px; font-weight: normal; font-style: italic; margin-bottom: 13px; margin-top: 4px; } .notification { font-family: $font-family-sans-serif; color: $white; } .notification h2, .notification p { display: block; text-align: center; } .notification h2 { font-size: 16px; font-style: normal; font-weight: bold; margin: 0; } .notification p { font-size: 13px; margin-top: 2px; margin-bottom: 0; } /* .error { color: $red !important; } .success { color: $green !important; } */ .shortcut_url { font-family: $font-family-sans-serif; font-size: 11px; color: #666; a { color: #666; } } .note { font-family: $font-family-sans-serif; font-size: 11px; font-style: italic; text-align: center; color: #666; } .note strong { color: $black; } span.beta { font-size: 18px; font-weight: bold; color: #4ad1cf; } .help_nugget { font-family: $font-family-sans-serif; font-weight: bold; font-size: 12px; font-style: normal; } footer a { color: $white; } .list a { display: block; height: 123px; } .list a:hover, a:hover .list { text-decoration: none; } .list .details dt, .list_item .details dt, .list_item .details dd.price { font-size: 18px; } .list .details dt { margin-bottom: 3px; } .list_item .details dd.price sup { font-size: 60%; vertical-align: 25%; } .total h3 { font-size: 18px; font-weight: normal; text-transform: uppercase; } .total p { margin-top: 25px; font-size: 22px; } .total p sup { font-size: 75%; vertical-align: 30%; }