.info-window {
  font-size: 145%;
  text-align: center;
  z-index: 1000;
}

.display {
  position: fixed;
  top: 10px; left: 0; right: 0;
  width: 500px;
  padding: 10px;
  margin: auto;
  background-color: rgba(190, 190, 190, 0.7);
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  pointer-events: none;
}

.info {
  font-weight: bold;
}

.preview-mini-map {
  top:0; bottom: 0; right: 0; left: 0;
  margin: auto;
  display: none;
  height: 250px;
  width: 250px;
}

.leaflet-tooltip {
  text-align: center;
  min-width: 250px;
  opacity: 0.7;
}
