html {
    line-height: 1.35;
    -webkit-text-size-adjust: 100%; /* 2 */
    scroll-behavior: smooth;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

body {
    background: #000c15;
    color: #ffffff;
    font-family: sans-serif;
    font-size: calc(18px + 8*(100vw - 320px)/880);
    margin: 15px;
}

@media screen and (min-width: 1024px) {
   body {
       font-size: calc(50px + 8*(100vw - 320px)/880);
   }
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em; /* 2 */
}

a {
    background-color: transparent;
    text-decoration: none;
    color: #ffffff;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em; /* 2 */
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

legend {
    box-sizing: border-box;
    color: inherit; /* 2 */
    display: table;
    max-width: 100%;
    padding: 0; /* 3 */
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit; /* 2 */
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

::-moz-selection {
    background: transparent;
}

::selection {
    background: transparent;
}

@keyframes breathe {
    50% { opacity: 0; }
}

.blink {
    animation: breathe 1s linear infinite;
}

.blink-slow {
    animation: breathe 2s ease infinite;
}

.hidden {
    display: none;
}

.line44 {
    background-color: #ff6600;
}

span.delay {
    color: #ff0000;
}

span.departure {
    max-width: 2em;
    margin: 20px 0 0 15px;
}
span.departure img {
    width: 100%;
}

div.error {
    width: 100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.error .message {
    text-align: center;
}
div.error img {
    max-width: 120px;
}

main #indicator {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
main #time {
    position: fixed;
    right: 5px;
    bottom: 5px;
    font-size: 6px;
    color: #6b6b6b;
    z-index: -1;
}
main #content {
    display: flex;
    justify-content: left;
    flex-direction: column;
}

main ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
}
main ul:last-child {
    border-bottom: none;
}

main li {
    display: flex;
    align-items: center;
    padding: 20px;
}

main li.number {
    width: 10vw;
}

main li.number span {
    display: inline-table;
    padding: 15px;
}
main li.direction {
    width: 75vw;
}
main li.time {
    width: 15vw;
}


@media screen and (max-width: 568px) {
    main li {
        display: inherit;
        padding: 10px;
    }
    main li.number span {
        padding: 8px;
    }
    main li.direction {
        width: 80vw;
    }
    main li.time {
        width: 20vw;
    }
}
@media screen and (max-width: 320px) {
    main li {
        display: inherit;
        padding: 10px;
    }
    main li.direction {
        width: 70vw;
    }
    main li.time {
        width: 30vw;
    }
}
