.map-holder {
    max-width:500px;
}

.map-link {
    fill:var(--gray);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    stroke:#ffffff;
    cursor:pointer;
}
.map-link:hover {
    fill:var(--primary);
}

.map-link.active {
    fill:var(--primary);
}

.find-a-vet-table th {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
}

