.ukj_overlay_popup { 
    visibility          : hidden;
    position            : fixed;
    display             : block;
    top                 : 15%;
    left                : 20%;
    width               : 60%; 
    background-color	: white;
    z-index             : 100;  
    padding             : 1em 1em 1em 1em; 
    cursor              : pointer;
    border              : 1px lightgray solid;
    box-shadow          : 2px 1px 20px rgba(0,0,0, 0.8);
}

.ukj_close {
    z-index             : 110;  
    padding             : 5px;
    float               : right;
    width               : 2.2em;
    margin-left         : 2px;
    border-bottom       : 0px;
    border-radius       : 4px;
    background-color    : gray;
    color               : white;
    text-align          : center;
    font-size           : 1em;
    font-weight         : bolder;
    cursor              : pointer;
}

@media (max-width: 800px) {
    .ukj_overlay_popup { 
        position            : absolute;
        top                 : 10%;
        left                : 5%;
        width               : 90%; 
    }
}

@media (min-width: 1181px) { 
}

