#cookie-bar {font-family:arial;background:#111111;font-size:12px; height:48px; line-height:19px; color:#eeeeee; text-align:center; padding:3px 0;}
#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 {margin-top:10px;line-height:24px;color:#ffffff; display:inline-block;vertical-align:top; border-radius:3px; text-decoration:none; padding:0 8px; margin-left:20px;}
#cookie-bar .cb-enable {background:#00A4DD;}
#cookie-bar .cb-enable:hover {background:#00A4DD;}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {background:#dc0031;}
#cookie-bar .cb-policy:hover {background:#e6786e;}


@media only screen and (max-width: 973px) {

#cookie-bar {
height:75px;
}

}

@media only screen and (max-width: 687px) {

#cookie-bar {
height:100px;
}

}