.clusterDonut .donut .text{
	font-size: 20px;
	color:white;
	background: rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.2);
}

.clusterDonut .donut{
	box-shadow: 6px -1px 10px 0px rgba(0, 0, 0, 0.5);
	border-radius: 30px;

}

.clusterDonut svg {
    position: absolute;
    left: 0;
    top: 0;
}