
#cookie-bar {
    background: none repeat scroll 0 0 rgba(60, 60, 60, 0.9);
    color: #000000;
    height: 24px;
    line-height: 24px;
    padding: 3px 0;
    text-align: center;
    z-index: 99999;
}
#cookie-bar.fixed {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    position: fixed;
    width: 100%;
}
#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}
#cookie-bar p {
    color: #f0f0f0;
    font-size: 11px;
    margin: 0;
    opacity: 1;
    overflow: auto;
    padding: 5px 10px 20px;
    z-index: 100;
}
#cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
}
#cookie-bar a:hover {
    text-decoration: none;
}
#cookie-bar .cb-enable {
    background: none repeat scroll 0 0 #000000;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block;
    margin-left: 8px;
    padding: 0 6px;
    text-decoration: none;
}
#cookie-bar .cb-enable:hover {
    background: none repeat scroll 0 0 #687582;
}
#cookie-bar .cb-disable {
    background: none repeat scroll 0 0 #990000;
}
#cookie-bar .cb-disable:hover {
    background: none repeat scroll 0 0 #bb0000;
}
#cookie-bar .cb-policy {
    background: none repeat scroll 0 0 #0033bb;
}
#cookie-bar .cb-policy:hover {
    background: none repeat scroll 0 0 #0055dd;
}
