.ol-popup {
    display: none;
  position: absolute;
  background-color: #FfFFFF;
  font-family: "Times New Roman", Times, serif;
  font-size: 130%;
  -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #bfbfbf;
  bottom: 2px;
  left: -10px;
  min-width: 240px;
}

.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 30px;
    margin-left: -10px;
}

.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 30px;
    margin-left: -11px;
}

.ol-popup-content {
  font-size: 80%;
    min-width: 370px;
    max-height: 561px;
    margin-right: -5px;
    text-align: justify;
    overflow-x: auto;
    padding-right: 10px
}

.ol-popup-closer {
    position: absolute;
    top: 2px;
    right: 20px;
    font-size: 100%;
    padding: 0 4px;
    color: gray;
    text-decoration: none;
}

.ol-popup-closer:after {
    content: "✖";
}

.ol-popup div.infoResult {
    min-width: 130px;
}

.ol-popup div.infoResult p {
    padding: 0.1em;
    margin: 0;
}

.ol-popup-content h1 {
    margin: 0.5em 0;
}

.ol-popup.marker {
    margin-bottom: 30px;
}
