.marker-cluster-small {
	background-color: rgba(255, 255, 255, 1);
}
.marker-cluster-small div {
	background-color: rgba(120, 44, 142, 1);
}

.marker-cluster-medium {
	background-color: rgba(255, 255, 255, 1);
}
.marker-cluster-medium div {
	background-color: rgba(120, 44, 142, 1);
}

.marker-cluster-large {
	background-color: rgba(255, 255, 255, 1);
}
.marker-cluster-large div {
	background-color: rgba(120, 44, 142, 1);
}

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

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

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

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

.marker-cluster div {
	width: 36px;
	height: 36px;
	margin-left: 2px;
	margin-top: 2px;

	text-align: center;
	border-radius: 25px;
	font: 20px "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
}

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