#cookie-bar {background:rgba(25, 25, 25, 0.85);
height: auto;
 color: #eeeeee;
text-align: center;
padding: 3px 0;
bottom: 0px;
position: fixed;
width: 100%;
z-index: 88888888;
padding: 10px;
font-size: 12px;
}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0; color: #fff; }
#cookie-bar p a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:underline;}
#cookie-bar .cb-enable {background:#E20816; text-transform: lowercase; text-decoration: none; padding: 0 6px; margin-top: 5px;  margin-bottom: 5px;; }
#cookie-bar .cb-enable:hover {background:#E20816; text-decoration: underline;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#E20816;}
#cookie-bar .cb-policy {color:#E20816; background: transparent; }
#cookie-bar .cb-policy:hover { text-decoration: underline; }
