#cookie-bar {
    background: #111111;
    height: auto;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    padding: 10px 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 13px;
    box-sizing: border-box;
    z-index: 2147483647;
}

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

#cookie-bar a.cb-enable,
#cookie-bar a.cb-disable {
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    padding: 1px 6px 0px 6px;
    margin-left: 4px;
    margin-right: 4px;
    width: 82px;
    margin-bottom: 6px;
}

#cookie-bar .cb-enable {
    background: #007700;
}

#cookie-bar .cb-enable:hover {
    background: #009900;
}

#cookie-bar .cb-disable {
    background: #990000;
}

#cookie-bar .cb-disable:hover {
    background: #bb0000;
}

#cookie-bar .cb-policy {
    color: #ffffff;
    text-decoration: underline;
}
