.block-realtime{
    position: relative;
    margin: 1em;
    padding: 2.5em 2em 2em 2em;
    border-bottom: 1px solid var(--rta-dark-blue);
    margin: 0;
}
@media (min-width: 1400px){
    .block-realtime{
        border: 1px solid var(--rta-dark-blue);
    }
}
#realtime-rta label{
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: .5em;
    color: var(--rta-dark-blue);
}
#realtime-rta .form-route, #realtime-rta .form-direction, #realtime-rta .form-stop{
    margin-bottom: 1em;
}
#realtime-rta select{
    border: 1px solid #cecece;
    border-radius: 4px;
    display: block;
    width: 100%;
    border: 2px solid #E6E6E6;
    padding: 1em;
    background-color: var(--light-neutral-2);
}
#realtime-rta #riderta-results .stop-title{
    background-color: var(--rta-dark-blue);
    font-weight: 500;
    padding: .5em 1em;
    color: white;
    font-size: 1.4em;
}
#realtime-rta #riderta-results .riderta-time{
    padding: 1em;
    display: block;
}
#realtime-rta #riderta-results .riderta-time.rt-odd{
    background-color: var(--light-neutral-2);
}
#realtime-rta #riderta-results .riderta-time.rt-even{
    background-color: var(--light-neutral-1);
}
.on-schedule, .late-schedule {
    color: #16a085;
}
.early-schedule {
    color: var(--rta-red);
}

