.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
    background: #F8BD0F4D;
}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
    background: #F8BD0F;
	text-align: center;
	border-radius: 15px;
	font-family: inherit;
    font-weight: bold;
    font-size: 13px;
}
.marker-cluster span {
	line-height: 30px;
}