#cookie-bar {
    background: #ffffff;
    height: auto;
    line-height: 24px;
    color: #333;
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    font-size: 12px;
}
#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:#111111; display:inline-block; border-radius:3px; text-decoration:none; padding:5px 15px; margin-left:8px;}
#cookie-bar .cb-enable {background:#ffffff; border: 1px solid #111;}
#cookie-bar .cb-enable:hover {background:#000000; color: #ffffff;}
#cookie-bar .cb-disable {background:#cccccc;}
#cookie-bar .cb-disable:hover {background:#cccccc;}
#cookie-bar .cb-policy {background:#cccccc;}
#cookie-bar .cb-policy:hover {background:#cccccc;}

