body {
    font-family: "OSEC-regular", sans-serif;
  }
  strong {
    font-family: "OSEC-bold", sans-serif;
    font-weight: normal;
  }
  #main-content {
    margin-bottom: 1rem;
  }
  .simplebar-wrapper {
    max-width: 100%;
  }
  .btn-meteo,
  .btn-meteo:focus {
    border-radius: 0;
    box-shadow: none;
    outline: 0;
  }
  .date {
    font-size: 87.5%;
  }
  .date.internal {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: .1375rem;
  }
  .is-svg {
    max-height: 100%;
  }
  .iski {
    color: rgb(136, 136, 136);
    font-size: 1rem;
    font-weight: normal;
    float: right;
  }
  .has-link:hover {
    cursor: pointer;
  }
  .nav {
    flex-wrap: nowrap;
  }
  @media (any-hover: hover) {
    .tooltip-evid {
      cursor: help;
      text-decoration: underline;
    }
    .tooltip-evid:hover {
      text-decoration: none;
    }
  }
  @media (min-width: 768px) {
    #main-content {
      margin-top: 1rem;
    }
    .date.internal {
      padding-top: .8rem;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 992px;
      padding-left: 0;
      padding-right: 0;
    }
    .row {
      margin: 0;
    }
    .row > * {
      padding: 0;
    }
  }
