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

#map {
  background-color: #fefedc;
}

h3 {
  margin-bottom: 3px;
}

.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large {
  background-color: rgba(255, 193, 31, 0.4);
}

.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div {
  background-color: rgba(255, 193, 31, 0.8);
}

.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 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

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



.wax-legend, .wax-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  -moz-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
  -webkit-box-shadow: rgba(0,0,0,0.1) 0px 1px 3px;
}

.wax-legend {
  font: 13px "Helvetica Neue", Arial, Helvetica, sans-serif;  
  z-index: 6;  
  padding: 10px;
  right: 10px;
  bottom: 25px;
}

.wax-tooltip {
  font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;    
  z-index: 6;
  padding: 4px 7px 7px 7px;
  -webkit-user-select: auto;
  left: 50px;
  top: 10px;
  max-width: 300px;
  opacity: 1;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
}

.wax-fade { 
  opacity: 0; 
}

.wax-legend .legend-title {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 90%;
  line-height: 14px;
}

.wax-legend .legend-scale ul {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  float: left;
  list-style: none;
}

.wax-legend .legend-scale ul li {
	font-size: 80%;
	list-style: none;
	margin-left: 0;
	line-height: 30px;
	margin-bottom: 5px;
}

.wax-legend ul.legend-labels li span {
	display: block;
	float: left;
	height: 30px;
	width: 60px;
	margin-right: 5px;
	margin-left: 0;
	border: 1px solid #999;
}

.wax-legend .legend-source {
  font-size: 70%;
  line-height: 14px;
  color: #999;
  clear: both;
}

.wax-legend a {
  color: #777;
}

.wax-legend sup {
  font-size: 70%;
  vertical-align: super;
}

.wax-tooltip strong {
  line-height: 20px;
}
