#cookie-bar {
    background: rgba(62, 65, 67, 0.95);
    height: auto;
    line-height: 1.2em;
    color: #eeeeee;
    text-align: center;
    padding: 7px 0;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-family: "Hind";
    z-index: 99999;
    font-size: 1em;
}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {margin:0; padding:0;}
#cookie-bar a {color:#ea1d24; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:8px;}
#cookie-bar .cb-enable {
    font-family: "Hind";
    text-decoration: underline;
}
#cookie-bar .cb-enable:hover {
    
}
#cookie-bar .cb-disable {background:#990000;}
#cookie-bar .cb-disable:hover {background:#bb0000;}
#cookie-bar .cb-policy {
    font-family: "Hind";
    text-decoration: underline;
}
#cookie-bar .cb-policy:hover {
    
}