@media only screen and (min-width: 992px) {
  .navbar-brand {
    display: block;
  }
  .navbar-brand > img {
    max-width: 160px;
    position: absolute;
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .tab-title > div {
    min-width: 200px;
    margin-right: 31px;
  }
  .tab-title:after,
  .tab-title:not(:first-child):before {
    width: 32px;
    height: 56px;
  }
  .tab-title:after {
    left: 184px;
  }
  .tab-title:not(:first-child):before {
    left: -16px;
  }
  .tab-title h5 {
    font-size: 1.25rem;
  }
  table {
    min-width: inherit !important;
  }
}
@media only screen and (max-width: 768px) {
  .overflow-x-auto {
    overflow-x: auto;
  }
  .spotlight-block.child {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .navbar {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
}
