.marker-cluster-blue {
	background-color: rgba(0,102,255,0.6);
	border-radius: 20px;
	width: 30px;
  	height: 30px;
  	text-align: center;
  	font-size: 14px;
	}

.marker-cluster-orange {
	background-color: rgba(255,153,0,0.6);
	border-radius: 20px;
	width: 30px;
  	height: 30px;
  	text-align: center;
  	font-size: 14px;
	}
