#cookie-bar {background:rgba(102, 102, 102, 0.5); filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#666666', endColorstr='#666666'); height:40px; line-height:19px; color:#fff; text-align:center; padding:3px 0; border-bottom: 2px solid #ccc; font-size: 75%}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%; background:rgba(102, 102, 102, 0.9);}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {background:#89b700;}
#cookie-bar .cb-enable:hover {background:#028408;}
#cookie-bar .cb-disable {background:#a9a9a9;}
#cookie-bar .cb-disable:hover {background:#6b6b6b;}
#cookie-bar .cb-policy {background:#0033bb;}
#cookie-bar .cb-policy:hover {background:#0055dd;}
#cookie-bar .linkCookie {margin:0; color:#2c2c2c}
#cookie-bar .linkCookie:hover {color:#000}

@media screen and (max-width: 1044px) {
	#cookie-bar {height:auto;}
}