#cookie-bar.fixed {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 10000;
    line-height: 24px;
}

#cookie-bar {
    color: #eeeeee;
    text-align: center;
    padding: 5px;
    width: 100%;
    color: white;
    background-color: #444;
    display: none;
}

.cb-policy {
    color: white;
    text-decoration: underline;
}
