/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#spu-bg {
    display: none;
    position: fixed;
    background-color: #8A8A8A;
    font-size: 10px;
    font-family: Verdana;
    top: 100px;
    width: 100%;
    height: 100%;
    z-index: 2147483646 !important;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    opacity: 0.40;
}

#spu-main {
    visibility: hidden;
    opacity: 1;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    top: 0;
    left: 1px;
    right: 1px;
    z-index: 2147483647 !important;
    padding: 2px !important;
    border-radius: 8px;
    border: 3px solid #FFFFFF;
    width: 600px;
    height: auto;
    background-color: #FFFFFF;
}

#spu-main img {
    height: auto;
    max-width: 100%;
}

#spu-main .close-btn {
    cursor: pointer;
    width: 20px;
    position: absolute;
    top: -22px;
    right: -22px;
}

@media only screen and (max-width: 800px) {
    #spu-main {
        max-width: 100%;
        height: auto;
    }

    #spu-main .close-btn {
        top: 0;
        right: 0;
    }

    #spu-bg.disable-mobile, #spu-main.disable-mobile {
        display: none !important;
    }
}
