body {
    padding: 0;
    overflow: hidden;
    font-family: Verdana, Geneva, sans-serif;
    color: #CCCCCC;
}

#map {
    position: absolute;
    right: 0px;
    left: 0px;
    height: 100%;
    top: 0;
}

.sidebar {
    position: absolute;
    left: 0px;
    width: 300px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    background-color: #000000;
    opacity: 0.75;
    text-align: left;
}

#sidebar-bottom {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#sidebar-top {
  position: absolute;
  top: 20px;
  left: 20px;
}

#data-attribution {
  text-align: left;
  margin: 5px;
  color: #CCCCCC;
  font-size: 12px;
}

button.abutton {
  display: inline-block;
  width: 137.5px;
  height: 60px;
  margin: 5px;
  margin-bottom: 20px;
  border: 1px solid #CCCCCC;
  background-color: #1A1A1A;
  color: #CCCCCC;
  font-family: inherit;
  font-size: 14px;
}

#filter-status {
    word-wrap: break-word;
}

.main {
  color: #CCCCCC;
}

.Slide-title {
  color: #CCCCCC;
  margin-top: 0px;
}

.popup {
  font-weight: bold;
  color: #FFFFFF;
}

.popup-body {
  font-weight: lighter;
  color: #CCCCCC;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: #000000;
  border-radius: 0px;
  opacity: 0.85;
}
