﻿#cookie-bar {
    background: #ffffff;
    height: auto;
    line-height: 24px;
    color: #555;
    font-size: 16px;
    text-align: center;
    padding: 20px 20px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.32);
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.32);
}

#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;
}

#cookie-bar a {
    color: #1ba77f;
    display: inline-block;
    border-radius: 1px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
}

#cookie-bar .cb-enable {
    color: #ffffff;
    display: inline-block;
    background-color: #13a983;
    border-radius: 1px;
    text-decoration: none;
    padding: 5px 10px;
    display: block;
    width: 200px;
    margin: 20px auto 0px auto;
    border-radius: 5px;
}

#cookie-bar .cb-enable:hover {
    background: #b0dccf;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    background: #0033bb;
}

#cookie-bar .cb-policy:hover {
    background: #0055dd;
}