.section-uninstall h4{
    margin: 15px 0;
}

.spyhunter4,
.reghunter2,
#spyhunter4,
#reghunter2,
.trustpilot{
    display: none !important;
}

/* ==================== uninstall-block ==================================================== */

.page-instructions{
    font-size: 18px;
}
.page-instructions h1{
    margin: 15px 0 30px 0;
    font-size: 21px;
}
.page-instructions h2, #content .page-instructions h2{
    margin: 20px 0;
    font-size: 19px;
}
.page-instructions ol.instructions{
    margin: 20px 0;
    padding: 0;
    counter-reset: installCounter;
}
.page-instructions ol.instructions li{
    position: relative;
    min-height: 28px;
    margin: 60px 0;
    padding-left: 40px;
    overflow-y: hidden;
    list-style: none;
}
.page-instructions ol.instructions li:before{
    position: absolute;
    content: counter(installCounter);
    counter-increment: installCounter;
    left: 0;
    top: 0;
    font-size: 30px;
    line-height: 1;
    color: #63a5d4;
}
.page-instructions ol.instructions li img.media{
    float: right;
    margin: 0 0 5px 10px;
    max-width: 50%;
}
.page-instructions ol.instructions li .media{
    float: right;
    margin: 0 0 5px 10px;
    width: 50%;
}
.page-instructions ol.instructions li .media img{
    max-width: 100%;
}
.page-instructions .small{
    font-size: 14px;
}
.blue-background{
    background-color: #0C4173;
    color: white;
    font-weight: normal;
    padding: 10px;
}
.blue-background span{
    display: inline-block;
    margin-right: 40px
}
@media screen and (max-width: 700px){
    .page-instructions ol.instructions li img.media{
        float: none;
        display: block;
        margin: 0 auto 10px auto;
        max-width: 100%;
    }
    .page-instructions ol.instructions li .media{
        float: none;
        margin: 0 auto 10px auto;
        text-align: center;
        width: 100%;
    }
}
