body {
  margin: 0;
  padding: 0;
}

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.map-overlay {
  font: 20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
}

.map-overlay .map-overlay-inner {
  background-color: #ffffffc2;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
}

.map-overlay-inner fieldset {
  border: none;
  padding: 0;
  margin: 0 0 10px;
}

.map-overlay-inner fieldset:last-child {
  margin: 0;
}

.map-overlay-inner select {
  width: 100%;
}

.map-overlay-inner label {
  display: block;
  font-weight: bold;
  /* margin: 0 0 5px; */
}

.map-overlay-inner button {
  display: inline-block;
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  background-color: grey;
  border: 3px solid tomato;
}

.map-overlay-inner button:focus {
  outline: none;
  background-color: grey;
}

.layer .active {
  background-color: aqua;
}

.covid-stats h1 {
  font-size: 20px;
  font-weight: 500;
}

.map-overlay-inner label {
  font-weight: 300;
}

.legend {
  background-color: #fff;
  border-radius: 3px;
  bottom: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 10px;
  position: absolute;
  right: 10px;
  z-index: 100;
}

.legend h4 {
  margin: 0 0 10px;
}

.legend div span {
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
