.railway-hero {
    margin-bottom: 12px;
}

#statusGps {
    min-height: 1.4em;
}

#foundStations {
            border-bottom: 3px solid black;
            overflow: auto;
        }

        .foundStation{
            border-top-width: 3px; border-top-style: solid; border-top-color: black;
            overflow: auto;
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px 0;
        }
        .foundStation::before {
            content: "";
            flex-shrink: 0;
            width: 24px;
            height: 24px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23205081" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="5" y="3" width="14" height="12" rx="4"/><circle cx="8.5" cy="19" r="1.5"/><circle cx="15.5" cy="19" r="1.5"/><path d="M5 15l-2 4M19 15l2 4"/></svg>') no-repeat center / contain;
        }
        .overflow
        {
            overflow: auto;
        }