

div#cookie-consent-overlay {
    position: absolute;
    bottom: 0;
    right: 10%;
    min-height: 38.2%;
    max-height: 80%;
    min-width: 61.8%;
    max-width: 78%;
    border: 1px solid #32a624;
    background: #f3f3f3;
    z-index: 2;
    align-content: center;

    display:none;
    overflow:auto;

    font-size: 14px;
}

    div#cookie-consent-overlay h5 {
        font-size: 1.2em;
        color: #32a624;
    }

    a.consent-reject-button {
        padding: 1.5em 2.3em 1.5em 2.3em;
        display: inline-block;
        margin-left: 2em;
    }

a.consent-accept-button {
    background: #32a624;
    color: #f3f3f3;
    padding: 1.5em 4em 1.5em 4em;
    display: inline-block;
    border-radius: 0.5em;

    text-decoration: none;
    color: #f3f3f3;

    
}

div.cookie-consent-content
{
    margin-left: 3em;
    margin-right: 3em;
    display:block;
    
}

div.cookie-consent-controls {
    display: block;
    padding: 3em 0em;
    /*
    display: flex;
    justify-content: center;
    align-items: center;
*/

    display: flex;
    justify-content: center;
    align-items: center;
}