.dist-marker {
	font-size: 9px;
	border: 1px solid #777;
	border-radius: 10px;
	text-align: center;
	color: #000;
	background: #fff;
}
.dist-marker-custom {
	display: none;
	font-size: 9px;
	border: 1px solid #777;
	border-radius: 10px;
	text-align: center;
	color: #000;
	background: #fff;
	line-height: 17px;
	font-weight: bold;
}
.dist-marker-custom-revert {
	font-size: 9px;
	border: 1px solid #777;
	border-radius: 10px;
	text-align: center;
	color: #000;
	background: #fff;
	line-height: 17px;
	font-weight: bold;
}
.center-marker {
	font-size: 15px;
	border-radius: 11px;
	box-shadow: 2px 2px 1px rgba(0,0,0,0.8);
	opacity: 0.8;
	text-align: center;
	color: #000;
	font-weight: bold;
	line-height: 23px;
}