﻿#close_cookie {
    display: none;
}

    #close_cookie:checked + #cookie_consent_popup {
        display: none;
    }

#cookie_consent_popup {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 400px;
    height: 180px;
    background-color: #eeeeee;
    padding: 20px;
    z-index: 2;
}

    #cookie_consent_popup h1 {
        font-size: 1.2em;
    }

        #cookie_consent_popup h1:before {
            content: "";
            padding: 0;
        }

    #cookie_consent_popup p {
        font-size: 0.7em;
    }

    #cookie_consent_popup #close_cookie_box {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
        font-size: 1.3em;
    }

    #cookie_consent_popup #ok_cookie_box {
        position: absolute;
        bottom: 20px;
        right: 20px;
        cursor: pointer;
        font-size: 1.6em;
        padding: 10px 20px;
        font-weight: 700;
        color: white;
    }
