/* #mapView svg {
    width: 100%;
    height: 80vh;
}

#mapView .county {
    stroke: black;
    stroke-width: 0.3px;
}

.d3tooltip {
    position: absolute;
    background: white;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 1000;
} */

.sortable span{
    cursor: pointer;
}
