.nav-pills.nav-justified>.nav-item {
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
}

.county {
    cursor: pointer;
    /* fill: #000;
    stroke: #fff;
    stroke-width: 1px; */
}
.county:hover {
    fill: #8c8c8c;
}

.active {
    fill: #007bff;
    stroke: #fff;
    stroke-width: 1px;
}

.hidden {
    display: none;
}
div.tooltip {
    color: #222;
    background-color: #fff;
    padding: .5em;
    text-shadow: #f5f5f5 0 1px 0;
    border-radius: 2px;
    opacity: 0.9;
    position: absolute;
}

.table-hover > tbody > tr {
    cursor: pointer;
}

.map-tooltip {
    background-color: #fff;
    color: #000;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #007bff;
    padding: 5px;
}
