#map-container svg path[id^=canton-]:hover,
#map-container svg path[id^=district-]:hover,
#map-container svg path[id^=commune-]:hover
{
    stroke-width: 0.3% !important;
    stroke: #666 !important;
    /* filter: drop-shadow(0.5% 0.5%); */
}

input[type=range] {
    width: 40%;
    transform: scale(2);
}