.marker-cluster-default {
	background-color: rgba(0, 51, 255, 0.6);
	}
.marker-cluster-default div {
	background-color: rgba(0, 51, 255, 0.6);
	}

.marker-cluster-out {
	background-color: rgba(0, 51, 255, 0.6);
	}
.marker-cluster-out div {
	background-color: rgba(0, 51, 255, 0.6);
	}

.marker-cluster-in {
	background-color: rgba(0, 129, 65, 0.6);
	}
.marker-cluster-in div {
	background-color: rgba(0, 129, 65, 0.6);
	}

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

.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 "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: white;
	}
	
.marker-cluster span {
	line-height: 30px;
	}