#cookie-bar {
    background: #1a1a18;
    height: auto;
    line-height: 20px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    z-index: 999;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    color: white;
    margin: 0;
    padding: 0;
}

#cookie-bar .link {
    color: #ffffff;
    display: inline-block;
    border-radius: 0px;
    text-decoration: underline;
    padding: 0px;
    margin-left: 0px;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 0px;
    text-decoration: none;
    padding: 8px 17px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    background: #509e30;
    color: #fff;
}

#cookie-bar .cb-enable:hover {
    background: #305f1d;
    color: #fff;
}

#cookie-bar .cb-disable {
    background: #e44404;
}

#cookie-bar .cb-disable:hover {
    background: #e44404;
}

#cookie-bar .cb-policy {
    background: #fff;
    color: #111;
}

#cookie-bar .cb-policy:hover {
    background: #fff;
}