.stations-map {
    height: 600px;
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .stations-map {
        height: 400px;
    }
}

.station-popup-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.station-popup-content p {
    word-break: break-all;
    white-space: normal;
    margin: 0 !important;
    padding-bottom: 4px;
}


.stations-list table td a {
    text-decoration: underline;
}