#RotatingMapSwitcherButtons {
  display: grid;
  grid-gap: 8px;
  gap: 8px;
  justify-content: center;
  grid-template-columns: auto auto auto;
}

#RotatingMapSwitcherButtons button {
  background: transparent;
  border: 0;
  border-bottom: 4px solid #ddd;
  padding: 8px 4px;
  text-transform: uppercase;
  color: #666;
}
#RotatingMapSwitcherButtons button.selected {
  color: #3a6b81;
  border-color: #3a6b81;
  font-weight: bold;
}

#RotatingMapSwitcherButtons button:focus {
  outline: 0;
}

/*# sourceMappingURL=bundle.css.map */
