body {
    position: relative;
}

.adBlockCheckerClear {
    clear: both;
}

#adBlockChecker {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    top: 0;
}

#adBlockCheckerDim {
    background-color: #000;
    opacity: 0.7;
    z-index: 999;
    width: 100%;
    height: 100%;
}

#adBlockCheckerPopup {
    width: 600px;
    background-color: #fff;
    position: fixed;
    top: calc(50vh - 214px);
    left: calc(50vw - 300px);
    z-index: 9999;
    box-shadow: 0 0 4px 0 rgba(0,0,0,0.50);
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari and Chrome */
    -o-transition: top 0.5s; /* Opera */
    font-family: 'Merriweather', serif;
    font-size: 19px;
    color: #4d4848;
}

    #adBlockCheckerPopup.expanded {
        top: calc(50vh - 359px);
    }

#adBlockCheckerHeader {
    background-color: #CA1F25;
    padding: 30px 45px 30px;
    /*color: #4d4848;*/
    font-size: 25px;
    color: white;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.50);
}

#adBlockCheckerBody {
    padding: 5px 45px 0;
    color: #444;
    font-size: 16px;
    letter-spacing: -0.01px;
}

.adBlockCheckerSeparator {
    height: 1px;
    background: #555;
    margin-top: 25px;
}

#adBlockCheckerTitle {
    font-size: 25px;
    color: #000;
    font-weight: 700;
    letter-spacing: -0.03px;
    margin-bottom: 30px;
}

    #adBlockCheckerTitle span {
        color: #CA1F25;
    }

#adBlockerCheckerHuman {
    position: relative;
    padding-top: 10px;
    height: 77px;
}

#adBlockCheckerHumanImage {
    float: left;
    margin: 0 15px 20px 0;
    height: 77px;
    
}

#adBlockCheckerHumanOverlay {
    width: 77px;
    height: 16px;
    background: #CA1F25;
    position: absolute;
    bottom: 0;
}

    #adBlockCheckerHumanOverlay img {
        width: 70px;
        height: inherit;
        margin: auto;
        display: block;
    }


.adBlockRightTextWrap {
    /*position:absolute;
    left:115px;
    bottom:0;*/
}


#adBlockCheckerHelp {
    background: url(help.gif) no-repeat;
    background-position: 50% 10px;
    transition: height 0.5s;
    -moz-transition: height 0.5s; /* Firefox 4 */
    -webkit-transition: height 0.5s; /* Safari and Chrome */
    -o-transition: height 0.5s; /* Opera */
    height: 0;
    background-size: 400px;
}

#adBlockCheckerHelpBtn {
    display: block;
    /*background: #e6e4e4;*/
    font-family: Arial;
    color: #010101;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 6px;
    text-decoration:underline;
}

#adBlockCheckerPopup.expanded #adBlockCheckerHelp {
    height: 290px;
}

#adBlockCheckerCloseBtn {
    height: 35px;
    width: 35px;
    border-radius: 20px;
    background: url(close.png) no-repeat #fff;
    display: block;
    position: absolute;
    background-position: center;
    right: -18px;
    top: -18px;
}
