
path {
    stroke: black;
    stroke-width: 1.5;
    opacity: 1.0;
}

path.selected {
    stroke: yellow;
}

path:hover {
    fill-opacity: 0.5;
}

