.leaflet-select {
	cursor: pointer;
}
.leaflet-select a {
	display: inline-block;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
	text-decoration: none;
}
.leaflet-select a,
.leaflet-select a:hover {
}
.leaflet-select a.leaflet-disabled {
	cursor: pointer;
}
