.region-map-tooltip {
    position: absolute;
    z-index: 10;
    padding: 5px;
    border-radius: 5px;
    border: solid 2px;
    background: white;
}

.region-map svg g.regions path.focus {
    stroke-width: 3px;
    stroke: #777;
    fill-opacity: 1.0;
}

.region-map svg g.regions path.unfocus {
    fill-opacity: 0.3;
}

.region-map svg g.regions path {
    fill-opacity: 0.9;
    stroke-width: 1px;
    stroke: #eee;
    cursor: pointer;
}
