/* .marker-cluster-small {
	background-color: rgba(255, 255, 255, 0.6);
	} */
.marker-cluster-small div {
	background-color: rgba(255, 255, 255);
	}

/* .marker-cluster-medium {
	background-color: rgba(255, 255, 255, 0.6);
	} */
.marker-cluster-medium div {
	background-color: rgba(255, 255, 255);
	}

/* .marker-cluster-large {
	background-color: rgba(255, 255, 255, 0.6);
	} */
.marker-cluster-large div {
	background-color: rgba(255, 255, 255);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgba(255, 255, 255);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgba(255, 255, 255);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgba(255, 255, 255);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgba(255, 255, 255);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgba(255, 255, 255);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgba(255, 255, 255);
}

/* .marker-cluster {
	background-clip: padding-box;
	border-radius: 50px;
	width: 70px !important;
	height: 70px !important;
	margin-left: -40px !important;
	margin-top: -40px !important;
	} */
.marker-cluster div {
	width: 50px;
	height: 50px;
	margin-left: 10px;
	margin-top: 10px;

	text-align: center;
	border-radius: 50px;
	font: 14px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #0002C3;
	}
.marker-cluster span {
	line-height: 50px;
	}