#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
    z-index: 100000;
}
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
#cookie-bar {
    background: rgba(0,0,0,0.8);
    line-height: 24px;
    color: #eee;
    text-align: center;
    padding: 3px 0;
}
#cookie-bar p {
    margin: 10px 0 0;
    padding: 0;
    color: white;
}

#cookie-bar .cb-enable {
    background: #378335;
}
#cookie-bar a {
    color: #fff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 7px 15px;
    margin-left: 8px;
}