
#cbcookies_accept {
    background-color: #ff3399;
    color: #fff;
    padding: 4px 7px;
    border: 1px solid #444;
    font-weight: bold;
    text-decoration: none;
    font-size: 0.9em;
}

#cbcookies_more {
    text-decoration: underline;
    font-size: 0.9em;
}

#cbcookies-top{
    background: rgb(240,240,240,0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid #444;
    top: 0;
    color: #eff;
    font-family: inherit;
    font-size: 0.9em;
    left: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    position: fixed;
    text-align: center;
    width: 100%;
    opacity: .8;
    z-index: 9999;
}

#cbcookies-bottom{
    background: rgb(240,240,240,0.1);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid #444;
    bottom: 0;
    color: #eff;
    font-family: inherit;
    font-size: 0.9em;
    left: 0;
    padding: 8px 0;
    position: fixed;
    text-align: center;
    width: 100%;
    opacity: .8;
    z-index: 9999;
}
