@charset "UTF-8";
@import "line-icon.css";
@import "autocomplete.css";

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1.5cm;
  overflow: clip;
}

header {
  background-color: red;
  color: white;
  padding: 5px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2em;
}

footer {
  height: 2em;
  width: 100vw;
  background-color: red;
  color: white;
  padding: 5px 20px;
  position: absolute;
  bottom: 0;
  overflow: clip;
  display: flex;
  align-items: center;
}

header > #clock {
  display: inline;
}

#stop-autocomplete {
  position: relative;
  display: inline-block;
}

input#stop-name {
  height: 2cm;
  font-size: 1.5cm;
  background-color: red;
  border: none;
  color: white;
}

table#departures {
  overflow: clip;
  display: block;
}

tr.departure-row {
  height: 35px;
}

tr.departure-row * {
  white-space: nowrap;
}

td.spacer {
  width: 100%;
  text-align: end;
}

td.departure-time {
  width: 50%;
  text-align: right;
}

img {
  max-height: 100%;
}

img#hackclub-flag {
  height: 1.5em;
  margin-top: 5px;
  bottom: 0;
  right: 5%;
  position: fixed;
}

marquee#news {
  width: 75%;
}

marquee#news>span::before {
  content: " +++ ";
}

a {
  color: inherit;
}