#map-container g {
    fill: none;
}
#map-container g path {
    fill: rgba(0, 0, 0, .6);
}
#map-container g path:hover,
#map-container g path.bg-active {
    fill: transparent;
}
#map-container g path:not(.bg-active) {
    cursor: pointer;
}
#bg-map-switcher > div {
    background-color: #f5f5f5;
}
#bg-map-switcher > div > div:not(:nth-child(2)) {
    cursor: pointer;
}
