.main-container{
    padding-bottom: 26px;
}
.head-row{
    padding: 48px 0 40px 0;
}
.icons-area{
    position: relative;
    margin: auto;
    height: 64px;
    max-width: 162px;
}
.icons-area > svg{
    background-color: #000;
}
.title-area{
    height: 64px;
    display:flex;
    align-items: center;
    justify-content: center;
    max-width: 285px;
}

.title-area > h1{
    height: 64px;
    margin: auto;
    opacity: 0.89;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: -0.7px;
    color: #3a586e;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}
.btn-purple{
    width: 96px;
    height: 40px;
    padding: 0px;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.24);
    border: solid 1px transparent;
    background-image: linear-gradient(#9661ff, #9661ff), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(#9661ff), var(#9661ff), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-origin: border-box;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.07);
}
.btn-purple:hover,
.btn-purple:focus,  
.btn-purple:active, 
.btn-purple:visited{
    color: #fff;
    border-radius: 6px;
    background-image: linear-gradient(#9661ff, #9661ff), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(#9661ff), var(#9661ff), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0));
    background-origin: border-box;
}
#test-stop{
    float: right;
}

.info-row{
}
.info{
    margin-top: 0;
    margin-bottom: 40px;
}
.info-area{
    max-width: 442px;
    position: relative;
    margin: auto;
}
.info > h2, .text-area > h2{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: -0.3px;
    text-align: center;
    color: rgba(58, 88, 110, 0.89);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.13);
}
.info > p{
    margin: 14px 0 0 0;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #748e99;
}

.domains-area{
    max-width: 256px;
    position: relative;
    margin: 40px 0 0 0;
}
.domains-area > ul{
    border: 2px solid #dad4d4;
    border-radius: 8px;
    list-style: none;
    padding: 20px 0 20px 18px;
}

.ar .domains-area > ul {
    padding: 0 18px 20px 0px !important;

}
.domains-area > ul > p{
    margin: 20px 0 2px 0;
    font-size: 16px;
    font-weight: 600;
    color: rgba(58, 88, 110, 0.89);
}
.domains-area > ul > li{
    line-height: 2;
    opacity: 0.89;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.75;
    letter-spacing: -0.4px;
    color: #3a586e;
    position: relative;
}
.domains-area > ul > li.waiting {
    opacity: 0.55;
}
.domains-area > ul > li.started {
    color: #3641b5;
}
.domains-area > ul > li > .glyphicon{
    margin-right: 8px; 
}
.domains-area > ul > li > .glyphicon-ok{
    color: green;  
}
.domains-area > ul > li > .glyphicon-remove{
    color: #fba116;  
}
.domains-area > ul > li > .glyphicon-exclamation-sign {
    color: #F44336;
}
.domains-area > ul > li > .glyphicon-info-sign{
    margin: 0 0 0 2px;
    font-weight: 200;
    font-size: 10px;
    color: #159ED9;
}

#head-row3 .domains-area{
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#head-row3 #domain-errors{
    margin: 0 !important;
}
#head-row3 #domain-errors > ul{
    border: none !important;
}
#head-row3 .title-area{
    max-width: 311px;
    margin-bottom: 40px;
}
#head-row3 .text-area{
    padding: 14px 0;
}
#head-row3 .text-area > h2{
    text-align: left !important;
    margin: 0;
}
#head-row3 .text-area > p{
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #748e99;
    margin-top: 12px;
}
#test-again{
    float: right;
    width: auto;
    padding: 7px 8px;
}
#copy-report {
    float: right;
    width: 132px;
}
#head-row3 .tooltip{
    z-index: 99999 !important;
}
#head-row3 .tooltip.in{
    opacity: 0.8 !important;
}

@media (max-width: 768px) {
    #head-row1 #right-column,
    #head-row2 #right-column{
        text-align: center;
    }
    #head-row1 #right-column > .title-area,
    #head-row2 #right-column > .title-area{
        margin: 20px auto 0 auto;
    }
    #head-row2 #right-column > .domains-area{
        margin: 40px auto 0 auto;
        text-align: center;
    }
    #head-row2 #right-column > .domains-area > ul{
        text-align: left;
    }
    #head-row2 #test-stop{
        float: none;
    }
    #head-row3 .domains-area > ul{
        padding: 20px 0 20px 12px;
    }
    #head-row3 .domains-area > ul > li{
        font-size: 14px;
    }
    #head-row3 .title-area > h1{
        font-size: 24px;
    }
    #head-row3 .text-area > p{
        font-size: 13px;
    }
}