body {
    font-size: 35px;
    text-align: center;
}
h1{
    font-size: 50px;
    margin-top: 5px;
}
.clockbox {
    margin-bottom: 20px;
    background: black;
    color: white;
}
.block {
    margin-bottom: 20px;
}
.block-title, .swu-header{
    font-size: 45px;
    font-weight: bold;
    background: #eee;
}
.cancelled {
    background: red;
    color: white;
    font-weight: bold;
}
.message {
    background: yellow;
    text-align: left;
    padding: 0 20px;
}
.platform::before {
    content: 'Gleis ';
}
.platform.changed {
    color: red;
}
.departure .time:first-child::before{
    content: 'ab ';
}
.departure .time:nth-child(2n)::before{
    content: 'an ';
}
.departure .delay::before{
    content: '+';
}
.departure .delay{
    color: orange;
}
.departure .delay.punctual{
    color: green;
}
.departure .delay.delayed{
    color: red;
}
.departure .until::before{
    content: '\2014';
}
.departure .until{
    margin: 0 8px;
}
.reachable::before {
    content: '\2015\2015  ';
}
.reachable::after {
    content: '  \2015\2015';
}
.swu-msg {
    font-size: 25px;
    text-align: left;
    padding: 0 20px;
}
