html,
body,
#map {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#BasemapToggle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 50;
}

#LocateButton {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 50;
}

#main-title {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  text-shadow: 1px 1px 0 #ddd, -1px 1px 0 #ddd, 1px -1px 0 #ddd,
    -1px -1px 0 #ddd;
}
#select-group {
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  width: 400px;
  z-index: 50;
}
.select2 {
  background-color: #fff;
}

#button-update {
  position: absolute;
  right: 20px;
  bottom: 30px;
  z-index: 50;
}
.text-label {
  text-shadow: 1px 1px 0 #ddd, -1px 1px 0 #ddd, 1px -1px 0 #ddd,
    -1px -1px 0 #ddd;
  font-weight: bold;
}

.select-padding {
  padding-left: 0px;
}

.city-bottom {
  margin-bottom: 8px;
}