#cookie-bar {background:#f3f3f3; font-size: 13px; color:#000; text-align:center; padding:10px 0; border-bottom: 0px solid red; border-top: 1px solid red; z-index: 1001;}
#cookie-bar.fixed {position:fixed; bottom:0; left:0; width:100%;}
#cookie-bar p {margin:0 auto; padding:0; width: 960px;}
#cookie-bar a {color:red; display:inline-block; border-radius:0px; text-decoration:none;}
#cookie-bar .cb-enable {background:red; margin-left: 10px; color: #fff; padding: 0 5px;}
#cookie-bar .cb-enable:hover {background:#000;}
#cookie-bar .cb-disable {background:#000;}
#cookie-bar .cb-disable:hover {background:red;}
#cookie-bar .cb-policy {background:#000;}
#cookie-bar .cb-policy:hover {background:#000;}

@media only screen and (-webkit-min-device-pixel-ratio:2) and (max-width:979px), only screen and (min-moz-device-pixel-ratio:2) and (max-width:979px), only screen and (-o-min-device-pixel-ratio:2/1) and (max-width:979px), only screen and (min-device-pixel-ratio:2) and (max-width:979px), only screen and (min-resolution:192dpi) and (max-width:979px), only screen and (min-resolution:2dppx) and (max-width:979px), only screen and (max-width:979px) {
#cookie-bar p {margin:0 auto; padding:0; width: 100%;}
}