img.center {
    display:block;
    margin:0 auto;
}
img.left {
    float:left;
    margin: 0 12px 12px 0;
}
img.right {
    float:right;
    margin: 0 0 12px 12px;
}

li a.dropdown-item {
    white-space: break-spaces;
}
/* Find a Vet */
.map-holder {
    max-width:500px;
}
.map-link {
    fill:var(--bs-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:#003355;
}
.map-link.active {
    fill:#003355;
}
.find-a-vet-table th {
    border-bottom: 3px solid rgba(0, 0, 0, 0.3) !important;
}
