
#cookie-bar {
    background: #e82c2e;
    padding: 20px 0;
    line-height: 24px;
    text-align: center;
    border-radius: 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;
    padding: 0;
    color: #ffffff;
    text-align: center;
}
#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 2px 6px;
    margin-left: 15px;
}
#cookie-bar .cb-enable {
    background: #2a398f;
}
#cookie-bar .cb-enable:hover {
    background: #1e2968;
}
#cookie-bar .cb-policy {
    background: #428bca;
}
#cookie-bar .cb-policy:hover {
    background: #3071a9;
}
