#CookieConsent { position: fixed; bottom: 0; width: 100%; clear: both; background: #0072ad; color: #fff; text-align: center; z-index: 2000; }
#CookieConsent .inner { width: 100%; padding: 10px 15px; max-width: 1800px; margin: 0 auto; }
#CookieConsent .inner #CookieConsentContent { display: inline-block; line-height: 2.65em; }
@media (max-width: 1340px) { #CookieConsent .inner #CookieConsentContent { line-height: 1.50em; margin-bottom: 10px; } }
#CookieConsent .inner a { color: #e31a22; }
#CookieConsent .inner a:hover { color: #e31a22; text-decoration: underline; }
#CookieConsent .inner #CookieAcceptBtn { display: inline-block; background: #f1f2f9; color: #000; padding: 5px 10px; line-height: 2.00em; margin: 0 10px; cursor: pointer; min-width: 120px; text-align: center; }
#CookieConsent .inner #CookieAcceptBtn:hover { background: #f1f2f9; text-decoration: underline; }
