/*
#cookie-bar {background:#808080; height:24px; line-height:24px; color:#fff; text-align:center; padding:10px 20px;}
*/
#cookie-bar {background:#000; height:auto; line-height:20px; color:#fff; text-align:center; padding:5px 10px;}
#cookie-bar.fixed {position:fixed; top:0; left:0; width:100%;z-index: 100}
#cookie-bar.fixed.bottom {bottom:0; top:auto; z-index:100;}
#cookie-bar p {margin:0; padding:0; color:#fff; font-weight:400;font-size:14px;}
#cookie-bar a {color:#fff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 3px; margin-left:8px;}
#cookie-bar .cb-enable {background:#ffaa00;font-size:12px;}
#cookie-bar .cb-enable:hover {background:#ffaa00;font-size:12px;}
#cookie-bar .cb-disable {background:#990000;font-size:12px;}
#cookie-bar .cb-disable:hover {background:#bb0000;font-size:12px;}
#cookie-bar .cb-policy {background:#808080;font-size:12px;}
#cookie-bar .cb-policy:hover {background:#4c4c4c;font-size:12px;}