#leaflet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 56px;
  z-index: 0;
}

.leaflet-popup-content-wrapper {
  background-color: #000000;
  color: #00ff00;
  font-family: 'Courier New', Courier, monospace;
}

.leaflet-popup-content h2 a {
  color: #00eeee;
  font-size: 0.75em;
}

.leaflet-popup-content h2 a:hover {
	color: black;
	background-color: #00eeee;
	text-decoration: none;
}

.marker-cluster-small {
  background-color: rgba(0, 0, 0, .6);
}

.marker-cluster-small div {
  background-color: rgba(0, 0, 0, .6);
}

.marker-cluster-medium {
  background-color: rgba(0, 0, 0, .6);
}

.marker-cluster-medium div {
  background-color: rgba(0, 0, 0, .6);
}

.marker-cluster-large {
  background-color: rgba(0, 0, 0, .6);
}

.marker-cluster-large div {
  background-color: rgba(0, 0, 0, .6);
}

.marker-cluster {
  background-clip: padding-box;
  border-radius: 20px;
}

.marker-cluster div {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-top: 5px;
  text-align: center;
  border-radius: 15px;
  font: 12px Arial, Helvetica, sans-serif;
  color: #fff;
}

.marker-cluster span {
  line-height: 30px;
}
