button.selected {
  background-color: grey;
  color: white;
  font-weight: bold;
}

#map {
  width: 100%;
  height: 50em;
}

.map_popup {
  max-height: 30em;
  overflow: auto;
}
