/*green
.marker-cluster-small, .marker-cluster-finish {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div, .marker-cluster-finish div {
	background-color: rgba(110, 204, 57, 0.6);
	}*/
/*darkblue*/
.marker-cluster-small, .marker-cluster-finish {
	background-color: rgba(102, 204, 255, 0.6);
	}
.marker-cluster-small div, .marker-cluster-finish div {
	background-color: rgba(0, 136, 204, 0.6);
	}
/*red
.marker-cluster-medium, .marker-cluster-waiting {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-medium div, .marker-cluster-waiting div {
    background-color: rgba(241, 128, 23, 0.6);
	}
    */
/*red*/
.marker-cluster-medium, .marker-cluster-waiting {
	background-color: rgba(255, 133, 102, 0.6);
	}
.marker-cluster-medium div, .marker-cluster-waiting div {
    background-color: rgba(255, 71, 26, 0.6);
	}
/*yellow*/
.marker-cluster-large, .marker-cluster-forward {
    background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-large div, .marker-cluster-forward div {
	background-color: rgba(240, 194, 12, 0.6);
	}
/*orange*/
.marker-cluster-misscall {
    background-color: rgba(255, 210, 128, 0.6);
	}
.marker-cluster-misscall div {
	background-color: rgba(255, 175, 26, 0.6);
	}
/*grey*/
.marker-cluster-blacklist {
	background-color: rgba(163, 163, 194, 0.6);
	}
.marker-cluster-blacklist div {
	background-color: rgba(148, 148, 184, 0.6);
	}
/*light red*/
.marker-cluster-firealarm_new {
	background-color: rgba(255, 102, 102, 0.6);
	}
.marker-cluster-firealarm_new div {
	background-color: rgba(255, 77, 77, 0.6);
	}
/*light purple*/
.marker-cluster-firealarm_forward {
	background-color: rgba(204, 153, 255, 0.6);
	}
.marker-cluster-firealarm_forward div {
	background-color: rgba(179, 102, 255, 0.6);
	}
	/* IE 6-8 fallback colors */
/*green
.leaflet-oldie .marker-cluster-small, .leaflet-oldie .marker-cluster-finish {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div, .leaflet-oldie .marker-cluster-finish div {
	background-color: rgb(110, 204, 57);
	}*/
/*darkblue*/
.leaflet-oldie .marker-cluster-small, .leaflet-oldie .marker-cluster-finish {
	background-color: rgb(102, 204, 255);
	}
.leaflet-oldie .marker-cluster-small div, .leaflet-oldie .marker-cluster-finish div {
	background-color: rgb(0, 136, 204);
	}
/*red
.leaflet-oldie .marker-cluster-medium, .leaflet-oldie .marker-cluster-waiting {
    background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-medium div, .leaflet-oldie .marker-cluster-waiting div {
    background-color: rgb(241, 128, 23);
	}*/
/*red*/
.leaflet-oldie .marker-cluster-medium, .leaflet-oldie .marker-cluster-waiting {
	background-color: rgba(255, 133, 102, 0.6);
	}
.leaflet-oldie .marker-cluster-medium div, .leaflet-oldie .marker-cluster-waiting div {
    background-color: rgba(255, 71, 26, 0.6);
	}
/*yellow*/
.leaflet-oldie .marker-cluster-large, .leaflet-oldie .marker-cluster-forward {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-large div, .leaflet-oldie .marker-cluster-forward div {
	background-color: rgb(240, 194, 12);
}
/*orange*/
.leaflet-oldie .marker-cluster-misscall {
	background-color: rgb(255, 210, 128);
	}
.leaflet-oldie .marker-cluster-misscall div {
	background-color: rgb(255, 175, 26);
}
/*grey*/
.leaflet-oldie .marker-cluster-blacklist {
	background-color: rgb(163, 163, 194);
	}
.leaflet-oldie .marker-cluster-blacklist div {
	background-color: rgb(148, 148, 184);
	}
/*light red*/
.leaflet-oldie .marker-cluster-firealarm_new {
	background-color: rgb(255, 102, 102);
	}
.leaflet-oldie .marker-cluster-firealarm_new div {
	background-color: rgb(255, 77, 77);
	}
/*light purple*/
.leaflet-oldie .marker-cluster-firealarm_forward {
	background-color: rgb(204, 153, 255);
	}
.leaflet-oldie .marker-cluster-firealarm_forward div {
	background-color: rgb(179, 102, 255);
	}

.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;
	}