.summarytable {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 1em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width: 100%;
    text-align: center;
    table-layout: fixed;
}

.summarytable thead tr {
    background-color: #009879;
    color: #ffffff;
    text-align: left;
}

.summarytable th,
.summarytable td {
    padding: 12px 15px;
}

.summarytable tbody tr {
    border-bottom: 1px solid #dddddd;
}

.toplogo {
    text-align: center;
    width: 20%;
    min-width: 80px;
}

.circle {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 6px;
    background: #c33;
    color: white;
    font: 20px Arial, sans-serif;
    align-items: center; 
    justify-content: center;
    display: inline-flex;
    font-weight: bold;
}

.tram {
    width: 40px;
    height: 25px;
    padding: 6px 12px 6px 12px;
    background: #6c0;
    color: white;
    font: 20px Arial, sans-serif;
    align-items: center; 
    justify-content: center;
    display: inline-flex;
    font-weight: bold;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.timeToStation {
    font-weight: bold;
    font-size: 1.4em;
}

.refreshtimer {
    font-size: 0.9em;
}

#tableTitle {
    font-size: 1.5em;
}