body {
    font-family: "OSEC-regular", sans-serif;
  }

  @media(min-width: 992px) {
    .map-image-div {
      width: 74%;
      position: relative;
      overflow: hidden;
    }

    .map-image-div img {
      width: 100%;
      height: auto;
      display: block;
    }
  }

  @media(min-width: 601px) and (max-width: 991px) {
    .map-image-div {
      width: 65%;
      position: relative;
      overflow: hidden;
    }
    
    .map-image-div img {
      width: 97%;
      height: auto;
      display: block;
    }
  }

  @media(max-width: 600px) {
    .map-highlight {
      width: 367px !important;
      height: 419px !important;
    }
    .map-image-div {
      width: 100%;
      position: relative;
      overflow: hidden;
    }
    
    .map-image-div img {
      width: 97%;
      height: auto;
      display: block;
    }
  }

  strong {
    font-family: "OSEC-bold", sans-serif;
    font-weight: normal;
  }
  #main-content {
    /* margin-bottom: 1rem; */
    margin-top: 0;
    max-width: 1060px;
    /* padding: 0; */
    background-color: white;

  }
  .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;
    }
  }
