/* Create inner table inside floating locator table to allow scrolling */
.locator-table {
    width: 485px;
}
.locator-table th:first-child,
.locator-table .scroll-table > td > div td:first-child {
    width: 80%;
}
.locator-table .scroll-table,
.locator-table .scroll-table table {
    width: 100%;
}
.locator-table .scroll-table > td {
    padding: 0;
    font-size: 100%;
}
.locator-table .scroll-table > td > div {
    height: 530px;
    overflow-y: scroll;
}
.locator-table .scroll-table > td > div td:last-child {
    padding-left: 15px;
}

/* Media queries */
@media (max-width: 767px)
{
    table.locator-table {
        position: relative;
    }
}
