

.marker-cluster-small div,
.marker-cluster-medium div,
.marker-cluster-large div {
	background-color: #222222;
}

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

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	color: #ffffff;
	text-align: center;
	border-radius: 15px;
	font: 1rem "Roboto Condensed", sans-serif;
}

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