/* MAP STATIC */



.svg-map-wrapper{
	background:#352f31;
}

svg {
	width: 100%;
	height: 100%;
}

svg a {
	cursor: default;
}

/* NEW */

svg #LABELS {
	pointer-events: none;
}

svg #BACKGROUND polygon {
	fill: #BFBFBF;
}

svg #BACKGROUND path{
	fill: #7e2d2d;
}


svg #UNITS rect,
svg #UNITS polygon,
svg #UNITS a > * {
	fill: #e34140;
}

svg #UNITS a.active > * {
	fill: #ff9435;
}

