.marker-cluster-small {
	background-color: none;
}
.marker-cluster-small div {
	background-color: #1a6d8d;
}

.marker-cluster-medium {
	background-color: none;
}
.marker-cluster-medium div {
	background-color: #1a6d8d;
}

.marker-cluster-large {
	background-color: none;
}
.marker-cluster-large div {
	background-color: #1a6d8d;
}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: none;
}
.leaflet-oldie .marker-cluster-small div {
	background-color: #1a6d8d;
}

.leaflet-oldie .marker-cluster-medium {
	background-color: none;
}
.leaflet-oldie .marker-cluster-medium div {
	background-color: #1a6d8d;
}

.leaflet-oldie .marker-cluster-large {
	background-color: none;
}
.leaflet-oldie .marker-cluster-large div {
	background-color: #1a6d8d;
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	width: auto !important;
}
.marker-cluster div {
	min-width: 38px;
	margin-left: 5px;
	margin-top: 5px;
	color:#fff; 
	text-align: center;
	border-radius: 20px;
	font-size: 19px;
	padding: 5px 8px 5px 8px;
}
.marker-cluster span {
	line-height: 30px;
}