#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    filter: alpha(opacity = 70);
    opacity: 0.7;
    z-index: 100;
}
.popup-onload {
    width: 100%;
    margin: 0 auto;
    display: none;
    position: fixed;
    z-index: 101;
}
.cookie-popup {
    min-width: 600px;
    width: 600px;
    min-height: 150px;
    margin: 100px auto;
    background: white;
    position: relative;
    padding: 15px 35px;
    border-radius: 20px;
    box-shadow: 0 20px 50px #000;
    font-family: Verdana,serif;
}
.cookie-popup p {
    clear: both;
    color: #7F7F7F;
    font-size: 16px;
}
.cookie-popup a {
    clear: both;
    color: blue;
    font-size: 16px;
    width: 100%;
}
.cookie-link-options {
    margin-top: 10px;
    text-align: center;
}
