.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 60, 136, 0.5);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: rgba(0, 60, 136, 0.5);
  cursor: pointer;
}

#toplist {
  bottom: 0.5em;
  left: 0.5em;
  right: 0.5em;
  padding: 0.5em;
  zoom: 1;
  -moz-transform: scale(1);
}

#myButtons {
  top: 90px;
  left: 0.5em;
}

#sliderControl {
  top: 0.5em;
  left: 3.5em;
  padding: 0.5em;
}

html, body, #map {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
}

.ol-attribution {
  bottom: auto !important;
  top: 3.5em;
}

.ol-control {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

button:focus {
  outline: 0;
}

.map:-moz-full-screen {
  height: 100%;
}

.map:-webkit-full-screen {
  height: 100%;
}

.map:-ms-fullscreen {
  height: 100%;
}

.map:fullscreen {
  height: 100%;
}

.nowrap {
  white-space: nowrap;
  display: inline-block;
}

.zoom:hover {
  filter: grayscale(100%);
}
/*# sourceMappingURL=maps/map.css.map */
