.map-container {
    height: 320px;
    margin-top: -1rem;
}

.map-container #map {
    background: #f1f1f1;
    margin: 0 1.5px;
}

@media only screen and (max-width: 480px) {
    .map-container {
        height: 200px;
    }
}

.city-table .stt-column {
    width: 80px;
}

.city-table .view-map,
.city-table .map-link {
    font-size: 13px;
    cursor: pointer;
}

.city-table .view-map:hover {
    text-decoration: underline;
}