.location-list table tbody tr:last-of-type {
    border-bottom: 1px solid #ccc !important;
}

.location-list table tbody tr:first-of-type {

    border-top: none;
}

@media (max-width: 700px) {

    .location-list table tbody tr td,
    tr {

        max-width: 100px !important;
    }
}

.location-list table tbody tr {
    border-top: 1px solid #ccc;
    height: 80px;
}

.physician-list table tbody tr:last-of-type {
    border-bottom: 1px solid #ccc !important;
}

.physician-list table tbody tr:first-of-type {

    border-top: none;
}

.physician-list table tbody tr {
    border-top: 1px solid #ccc;
    height: 80px;
}

.person-list table tbody tr:last-of-type {
    border-bottom: 1px solid #ccc !important;
}

.person-list table tbody tr:first-of-type {

    border-top: none;
}

.per-list table tbody tr {
    border-top: 1px solid #ccc;
    height: 80px;
}