
#map {
  width: 100%;
  height: 100vh;
}
.legend {
  background-image: url("legend.png");
  border-radius: 3px;
  bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 1);
  position: absolute;
  LEFT: 10px;
  z-index: 1;
  width: 300px;
  height: 200px;
}

#lcontrols {
  background-color: #FFFFFF;
  pointer-events: all;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
}
.mapboxgl-popup {
  width:250px !important;
  max-width:250px !important;
}
.mapboxgl-popup table {
  width: 100%
}
