/*==================================================
    WHOIS
==================================================*/

#whoisResults{

    margin-top:35px;

}

.whois-box{

    background:#fff;

    border-radius:8px;

    overflow:hidden;

    border:1px solid #ececec;

}

.whois-header{

    padding:22px 30px;

    border-bottom:1px solid #ececec;

}

.whois-header h3{

    margin:0;

    font-size:28px;

    font-weight:700;

    color:#222;

}

.whois-status{

    margin-top:8px;

    font-size:15px;

    color:#666;

    text-transform:capitalize;

}

.whois-section{

    padding:30px;

}

.whois-section h4{

    margin-bottom:18px;

    font-size:18px;

    color:#222;

    font-weight:600;

}

.whois-text{

    margin:0;

    padding:22px;

    background:#fafafa;

    border:1px solid #ececec;

    border-radius:6px;

    color:#333;

    font-size:13px;

    line-height:1.7;

    font-family:Consolas, Monaco, monospace;

    white-space:pre-wrap;

    overflow:auto;

}
