#cookie-bar {display: none; height: 3em; background-color: #000; color: #fff; text-align: center; line-height: 3em; width:980px; margin: 0 auto; border-right: 8px solid white; border-left: 8px solid white;}
@media (max-width: 1012px) { #cookie-bar { width: calc(100% - 16px) !important;	} }
#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:#F57000; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {border: 1px solid #444; background-color: #222; padding: 3px 1em; display: inline; }
#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:hover {text-decoration: underline; }