#mapsection {
	width: 100%;
	height: auto;
	fill: #ccc;
	stroke: #333;
	stroke-width: 2;
}

.land {
	fill: #d8e8c5;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
}

.sestate {
	fill: #a1dea3;
	fill-opacity: 1;
	transition: fill 1s;
	filter: brightness(100%)
}

.sestate.selected {
	fill: #00ac00;
}

.sestate:hover {
	fill: #00ac00;
}
