:root {
  --background: lightblue;
  --foreground: black;
  --high-row-bg: cornflowerblue;
  --low-row-bg: tan;
}

html,
body {
  max-width: 500px;
  overflow-x: hidden;
  padding: 0.5em 0;
  margin: auto;
}

body {
  color: var(--foreground);
  background: var(--background);
  font-family: monospace;
  font-size: 150%;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: inherit;
}

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}

#header h1 {
  margin: 0;
  padding-bottom: 0.25em;
  border-bottom: dotted thin;
}

#header a {
  text-decoration: none;
}

.hidden {
  display: none;
}

#loading {
  margin-bottom: 1em;
}

table {
  margin: 0;
  border-collapse: collapse;
  width: 100%;
}

caption {
  padding: 0.5em;
}

th, td {
  padding: 0.5em;
}

.prior {
  font-size: 66%;
  filter: contrast(50%) saturate(50%) blur(0.5px);
}

tbody > .future {
  font-weight: bold;
  filter: saturate(150%);
}

tbody > .future ~ .future{
  font-weight: normal;
  filter: none;
}

.high {
  background-color: var(--high-row-bg);
}

.low {
  background-color: var(--low-row-bg);
}

#request-info {
  margin: 1em 0;
  font-size: 66%
}

#request-info td:first-child {
  border-right: dotted thin;
  white-space: nowrap;
}

#request-info td:first-child {
  text-align: end;
}

#request-info td {
  text-align: start;
}

#footer {
  border-top: dashed thin;
  font-size: 50%;
  text-align: start;
  margin: 1em;
}

#see-also {
  border-top: dotted thin;
}

#see-also ul {
  padding-inline-start: 2em;
}

#see-also .todo-done {
  text-decoration: line-through;
}

#notes {
  border-top: dotted thin;
}

#refresh {
  font-size: 75%;
}

#stations {
  text-align: start;
  font-size: 66%;
}

#stations ul {
  padding-inline-start: 2em;
}
