.leaflet-div-green {
	background: rgb(115, 185, 68);
	border: 1px solid rgba(0, 0, 0, 0.8);
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-grey {
	background: rgb(179, 172, 172);
	border: 1px solid rgba(0, 0, 0, 0.8);
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-yellow {
	background: rgb(252, 210, 44);
	border: 1px solid rgba(0, 0, 0, 0.8);
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-orange {
	background: rgb(246, 149, 32);
	border: 1px solid rgba(0, 0, 0, 0.8);
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-red {
	background: rgb(225, 20, 20);
	border: 1px solid rgba(0, 0, 0, 0.8);
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}



.leaflet-div-green2 {
	background: rgb(115, 185, 68);
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-grey2 {
	background: rgb(179, 172, 172);
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-yellow2 {
	background: rgb(252, 210, 44);
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-orange2 {
	background: rgb(246, 149, 32);
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}

.leaflet-div-red2 {
	background: rgb(225, 20, 20);
	border: 1px solid rgba(0, 0, 0, 0.8);
	border-color: white;
	color: black;
	font-weight: bold;
	text-align: center;
	border-radius: 50%;
	line-height: 20px;
	font-size: 75%;
}