.map, #map { height: 600px; }
.highlight_active { color: darkslategrey; background-color: lightblue; border-color: midnightblue; border-width: 2px; border-spacing: 5px; }
.description { color: darkslategrey; background-color: white; border-color: white; border-width: 0px; border-spacing: 5px; padding: 5px; }
.description:hover { color: black; background-color: lightblue; border-color: midnightblue; border-width: 2px; border-spacing: 5px; transition-duration: 1s;}

/*html, body, #app, .container {
  height: 100%;
  margin: 0; 
}*/

/*.container {
  width: 100%;
  margin: 0;
}*/

.awesome-marker i {
  font-size: 18px;
  margin-top: 6px;
}

/* https://github.com/Leaflet/Leaflet/issues/4686 */
/* https://stackoverflow.com/questions/56025536/will-change-memory-consumption-is-too-high-firefox-issue */
.leaflet-fade-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-zoom-animated { will-change:auto !important; }
