/* Create inner table inside floating locator table to allow scrolling */
.locator-table {
	width: 100%;
}
.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%;
}

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

@media (min-width: 768px)
{
    .locator-map-popup {
		font-size: 1.3em;
	}
}