#mainStation h1 {
	font-size:1.1em;
	font-weight:normal;
	text-align:left;
	margin:0 0.1em 0.6em;
}
#stationinfo {
    font-style:normal;
    font-size:1.2rem;
	text-align:left;
	margin:0 0.1em 1em;
}
#mainStation h2 {
    font-size:1em;
    font-weight:400;
    text-align:left;
    margin:0 0.1em 0.6em;
}
#mainStation .table {
    text-align:left;
}
#mainStation .table-row:first-child {
    border-bottom:1px solid #000;
}
#mainStation .delay {
    color:red;
}
#livedepartures {
    display:flex;
    flex-direction:column;
}
#livedepartures > * {
    flex-grow:1;
}

.table {
   display:table;
   flex-grow:1;
   margin:0 0.1em;
   border-spacing: 0.5em;
   border-collapse:collapse;
   table-layout:fixed;
}
.table-row {
    display: table-row;
}
.table-cell {
    display: table-cell;
    padding: 0.1em 0.3em;
}
