.subtitle {
  line-height: 25px;
}

@media (max-width: 767px) {
  .col-res {
    padding: .25rem;
  }
  .tool-col {
    padding: 0.75rem 1.25rem;
  }
}

.box {
  -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: 16px;
}

.box:hover {
  -webkit-transform: translateY(-0.15rem);
          transform: translateY(-0.15rem);
  -webkit-box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
          box-shadow: 0 0.5em 5em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}

.table {
  border-radius: 16px;
}

.table thead {
  background-color: #ffe5e5;
}

#top-left {
  border-top-left-radius: 16px;
}

#top-right {
  border-top-right-radius: 16px;
}

.ip-address {
  font-size: 2.5rem !important;
  font-weight: 500;
}
/*# sourceMappingURL=dns-test.css.map */