.LocationPage h2, .LocationPage .h2 {
    font-size: 120%;
}

.location-page-infotable>tr>td:first-child {
    width: 2rem;
}

.location-page-infotable td {
    vertical-align: text-top;
}

.location-page-infotable>tr {
    margin-bottom: 1rem;
}

.location-page-infotable>tr>td>* {
    margin-bottom: 0;
}

.location-page-infotable>tr>td {
    padding-bottom: 1rem;
}

.location-page-hours b {
    margin-right: 1rem;
}

.location-page-hours td {
    padding-bottom: 0.5rem;
}

.location-page-infotable i {
    margin-right: 0.5rem;
}

.location-page-hours p {
    margin-bottom: 0
}

.location-block p {
    margin-bottom: 0;
}

.location-page-infotable .location-email {
    word-break: break-all;
}

.location-page-infotable ul {
    padding-left: 0.2rem;
}
        

@media (max-width: 992px) {
    .LocationPage .d-flex {
        display: block !important;
    }
    .LocationPage .d-flex .location-block {
        padding: 1em 0 !important;
    }
    .LocationPage iframe {
        width: 100%;
    }
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}