.section_clinic_list .page_content {
    margin-bottom: 20px;
}
.section_clinic_list .page_locations table tr td:first-child,
.section_clinic_list .page_locations table tr th:first-child {
    width: 75%;
}
.section_clinic_list .page_locations table tr th:first-child {
    border-right: 1px solid #FFFFFF;
}
.section_clinic_list .page_locations table tr td:last-child,
.section_clinic_list .page_locations table tr th:last-child {
    width: 25%;
}

.section_clinic_list .page_locations table tr td {
    border: 1px solid gray;
    padding: 10px;
    vertical-align: middle;
}

.section_clinic_list .page_locations table tr td .location_address {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.section_clinic_list .page_locations table tr td .location_address address {
    display: inline-block;
}

.section_clinic_list .page_locations table tr td a {
    color: #4d4d4d;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.section_clinic_list .page_locations table tr td a.location_address_link {
    color: #009483;
    font-style: italic;
}
.section_clinic_list .page_locations table tr td a.location_address_link:hover {
    color: #d05559;
}
.section_clinic_list .page_locations table tr td a:hover {
    text-decoration: none;
}

.single-location .singleLocationSection .loc-left .mapAddressDiv .open,
.section_clinic_list .page_locations table tr td .open {
    background-color: #009483;
    padding: 4px 8px;
    border-radius: 4px;
    color: #FFFFFF;
    display: inline-block;
}

.single-location .singleLocationSection .loc-left .mapAddressDiv .closed,
.section_clinic_list .page_locations table tr td .closed {
    background-color: #c4c4c4;
    padding: 4px 8px;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
}

.single-location .singleLocationSection .loc-left .mapAddressDiv .open,
.single-location .singleLocationSection .loc-left .mapAddressDiv .closed {
    margin-top: 10px;
}