#cookie-bar {background:rgba(200, 200, 200, 0.8); height:auto; line-height:24px; color:#333; text-align:center; padding:3px 0; z-index:100; font-family: Arial, Helvetica, sans-serif; font-size: 12px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; z-index:9999;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;font-size: 12px !important;}
#cookie-bar a {color:white; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#74281A; color:white;}
#cookie-bar .cb-enable:hover {background:#CE8617;}
#cookie-bar .cb-disable {background:#999;}
#cookie-bar .cb-disable:hover {background:#666;}
#cookie-bar .cb-policy {color: #333;}
#cookie-bar #cb-policy-link {text-decoration:underline; margin:0; padding: 0; color: #333;}
#cookie-bar #cb-policy-link:hover {color: #CE8617;}
@media only screen and (max-width:767px) { #cookie-bar p {line-height: 1.5em;} }