#cookie-bar {
    background: #111111;
    height: auto;
    min-height: 24px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 6px 0;
    z-index: 2147483647;
    opacity: 0.8;
    display:flex;
    justify-content:center;
    align-items:center;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    font-size: 12px;
    line-height: 14px;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    display:flex;
    justify-content:center;
    align-items:center;
}

#cookie-bar a {
    color: #ffffff;
    text-decoration: underline;
    margin-left: 5px;
}

#cookie-bar .cb-enable {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    padding: 5px;
    text-decoration: none;
    display: block;
    width: 24px;
    color: #000;
}

#cookie-bar .cb-disable {
    background: #990000;
}
