#cookie-bar {    background: rgba(128, 3, 1, 0.9);;
    height: auto;
    line-height: 24px;
    color: white;
    text-align: center;
    padding: 10px 0;
    z-index: 999999;
    position: fixed;
    width: 100%;
    bottom: 0;}

#cookie-bar.fixed {position:fixed!important; top:0; left:0; width:100%;}

#cookie-bar.fixed.bottom {bottom:0; top:auto;}

#cookie-bar p {padding:0; position: relative; margin: 0 auto; text-align: center;}

#cookie-bar a {color:#888; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}

#cookie-bar .cb-enable {background:#FFF;}

#cookie-bar .cb-enable:hover {background:#d2d2d2;}

#cookie-bar .cb-disable {background:#990000;}

#cookie-bar .cb-disable:hover {background:#bb0000;}

#cookie-bar .cb-policy {background:#8b8b8b;}

#cookie-bar .cb-policy:hover {background:#6e6e6e;}

