.marker-cluster-small {
	background-color: rgba(152, 250, 210, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(11, 221, 137, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(255, 183, 111, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(255, 129, 0, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(247, 113, 102, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(244, 67, 54, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(152, 250, 210);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(11, 221, 137);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(255, 183, 111);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(255, 129, 0);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(247, 113, 102);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(244, 67, 54);
}

.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 "Montserrat", Arial, Helvetica, sans-serif;
	font-weight: 600;
	}
.marker-cluster span {
	line-height: 30px;
	}