#cookie-bar {
background:#242729;
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
height:34px; 
line-height:22px;
color:#eeeeee;
text-align:center;
padding: 14px 0 3px 0;
}

#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;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 2px; margin-left:30px;}
#cookie-bar .cb-enable {color: #71CFEB; font-weight: bold;}
#cookie-bar .cb-enable:hover {text-decoration: underline;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {color: #969696;}
#cookie-bar .cb-policy:hover {text-decoration: underline;}