#cookie-bar {
    background: #576B74;
    height: auto;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    z-index: 100000;
    bottom: 0;
    width: 100%;
    padding: 20px 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 15px; padding:0;color: #fff;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:20px;}
#cookie-bar .cb-enable {background:#FA6000;}
#cookie-bar .cb-disable {background:#FA6000;}
#cookie-bar .cb-policy {background:#FA6000;}