.error { display:none; }
.google {background-image:url(../images/google.png); float:left; display:block; width:32px; height:32px; margin-right:10px;}
.facebook {background-image:url(../images/facebook.png); float:left; display:block; width:32px; height:32px; margin-right:10px;}
.pinterest {background-image:url(../images/pinterest.png); float:left; display:block; width:32px; height:32px; margin-right:10px;}
.location {background-image:url(../images/location.png); float:left; display:block; width:32px; height:32px; margin-right:10px;}
.success {background-image:url(../images/success.png); margin-top:8px; float:left; display:block; width:16px; height:16px; margin-left:10px;}
.failed {background-image:url(../images/failed.png); margin-top:8px; float:left; display:block; width:16px; height:16px; margin-left:10px;}
.whois {background-image:url(../images/whois.png); float:left; display:block; width:32px; height:32px; margin-right:10px; margin-top:5px;}
.norton {background-image:url(../images/norton.png); float:left; display:block; width:32px; height:32px; margin-right:10px;}

.nav-favicon {
  float:left;
  margin:2px 10px 0 0;
}
.captcha-refresh { font-size:11px; cursor: pointer; }
.vmiddle { vertical-align: middle!important; }
.custom-border tr td {
  border-top: none !important;
  border-right:1px solid #dfd7ca;
  border-bottom: 1px solid #dfd7ca;
}
.custom-border tr td:last-child {
  border-right:none !important;
}

.custom-border tr:last-child td {
  border-bottom: none !important;
}
.width30pers {
  width: 30%;
}
.nav-icon-label {
  display:inline;
  float:left;
}
.border-less {
  border:0!important;
}
.compact-jumbotron {
  padding: 2rem 2rem;
  margin-bottom: 2rem;
  background-color: #f8f5f0;
  border-radius: .3rem;
}
.table-network-data tbody tr td:nth-child(1) {
  min-width: 120px;
}
.table-network-data tbody tr td:nth-child(2) {
  word-break: break-word;
}
.table-network-data tbody tr td:nth-child(2) pre {
  white-space: pre-wrap;
}
.domain-link {
  display: none;
}
@media (min-width: 992px) {
  .domain-link {
    display: block;
    color: #3e3f3a!important;
    background-color: #f8f5f0!important;
    margin-left: 20px;
  }
  .domain-link > img {
    padding-right: .5rem;
  }
}

