#cookie-bar.fixed {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
}
#cookie-bar {
    background-color: #666;
    border-top: 1px solid #333;
    color: #fff;
    font-size: 13px;
    height: 70px;
    line-height: 30px;
    opacity: 0.95;
    padding: 3px 0;
    text-align: center;
    z-index: 100;
}

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

#cookie-bar .cb-enable, #cookie-bar .cb-disable {
    background-color: #999;
}

#cookie-bar .cb-policy {
    background-color: #999;
}
#cookie-bar a {
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    padding: 2px 8px;
    text-decoration: none;
}
