body {
  padding: 0;
  margin: 0;
}

html,
body,
#map {
  height: 100%;
  font: 10pt "Helvetica Neue", Arial, Helvetica, sans-serif;
}

td {
  font-size: 12px !important;
}

tr {
  font-size: 12px !important;
}

.lorem {
  font-style: italic;
  text-align: justify;
  color: #aaa;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  transform: scale(1.1);
  opacity: 0.7;
}

#caption {
  font-style: italic;
  font-size: 15px;
  font: sans-serif;
}

.leaflet-tooltip.no-background {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000,
    -1px -1px 1px #000;
}
