.muted {
    color: #999999;
}

.raw {
    font-size: 11px;
    line-height: 1em;
    display: block;
    color: #5f5f5f;
    padding: 35px 30px 30px 40px;
    white-space: break-spaces;
}

.sitescr {
    height: 225px;
    background-color: #e4e4e4;
    background-image: url("../../img/loading/loading5.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20%;
}

.sitescr img {
    width: 100%;
}

form.loading .btn {
    background-color: #ffc107;
    background-image: url("../../img/loading/loading5.gif");
    background-size: 35%;
    background-position: center center;
    background-repeat: no-repeat;
}

form.loading .btn span {
    opacity: 0;
}

.whois-result {
    display: none;
    position: relative;
    padding: 50px 0;
    background: #f7f7f7;
}

.whoBox {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    background: #fff;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
}

.whoBox:after,
.whoBox:before {
    display: table;
    content: " ";
    clear: both;
}

.whoBox h3 {
    padding: 20px;
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
    color: #FF6D22;
}

.whoBox h3 span {
    font-weight: 900;
}

.whoBox ul {
    list-style: none;
    padding: 10px 20px;
}

.whoBox ul li {
    margin-bottom: 6px;
}

.whoBox ul li small {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    min-width: 160px;
}

.whoBox ul li span {
    font-size: 13px;
    display: inline-block;
    width: calc(100% - 160px);
    word-break: break-all;
}

.whoBox ul li span.badge {
    font-weight: normal;
    display: initial;
    font-size: 11px;
    line-height: 1;
    padding: 1px 10px;
}

.RawData {
    margin: 12px 0;
}

.RawData p {
    padding: 10px 20px 0;
    margin-bottom: 0;
    word-wrap: break-word;
    font-family: "Courier New", monospace, serif;
    font-size: 1em;
    line-height: 1.3;
}

.RawData.unique {
    margin-top: 0;
}

.whoDomain {
    position: relative;
    margin-bottom: 0;
    padding: 20px 20px 0 20px;
}

.whoDomain h1 {
    color: #088df6;
    font-size: 28px;
    margin: 0 0 5px;
    line-height: 1;
    font-weight: 600;
}

.whoDomain span {
    display: block;
    font-size: 16px;
    color: #999;
}

.whoDomain a.btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

@media only screen and (max-width: 767px) {
    .whoDomain a.btn {
        padding: 5px;
        font-size: 13px;
        line-height: 1;
    }
}