/*Cookie Consent*/
#cookie_consent {
    background-color: rgba(20, 20, 20, 0.8);
    min-height: 26px;
    /*font-size: 14px;*/
    color: #ccc;
    line-height: 26px;
    padding: 0.5em 1em;
    /*font-family: "Trebuchet MS",Helvetica,sans-serif;*/
    position: fixed;
    width: auto;
    max-width: 100vmax;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
    text-align: left;
}

#cookie_consent, #cookie_consent > * {
    font-size: 0.9rem;
}

#cookie_consent a {
    color: #6ef;
    text-decoration: none;
    font-size: 0.9rem;
}

#closecookie_consent {
    /*float: right;*/
    color: #fff;
    font-size: larger;
    font-weight: 800;
    text-align: center;
    display: inline-block;
    line-height: 16px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.33);
    position: absolute;
    right: 2px;
    top: 2px;
}

#closecookie_consent p:hover {
    color: #4f6;
}

#cookie_consent a.cookie_consent_OK {
    background-color: #ccffcc;
    color: #000;
    font-size: 0.9rem;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}

#cookie_consent a.cookie_consent_OK:hover {
    background-color: #4f6;
}