#cookie-bar {
background:#B14531;
height:auto; 
line-height:24px; 
color:#eeeeee; 
text-align:center; 
padding:3px 0;
background-image: url(./images/cookie.png);
background-repeat: no-repeat;
background-position: 5px 5px;
}

#cookie-bar.fixed {
position:fixed; 
top:0; 
right:0; 
width:500px;
max-width:100%;
}

#cookie-bar.fixed.bottom {bottom:10px; top:auto;}
#cookie-bar p {margin:0; padding:10px; background:#E0CBA6; margin-top: 0px; font-size:0.8em;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar a:hover {color:#004890;}
#cookie-bar .cb-enable {background:#004890; margin:5px;}
#cookie-bar .cb-enable:hover {background:#ffbf2a;}
#cookie-bar .cb-disable {background:#004890;margin:5px;}
#cookie-bar .cb-disable:hover {background:#ffbf2a;}
#cookie-bar .cb-policy {background:#004890;margin:5px;}
#cookie-bar .cb-policy:hover {background:#ffbf2a;}
#cookie-bar h1 {font-size:1em; font-weight:500; text-align:left; padding: 10px 10px 10px 50px; margin: 0; color: #FFF; 
}