div.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p.center,
a.center,
th.center,
td.center {
  text-align: center;
}

img.center {
  margin-left: auto;
  margin-right: auto;
}

.timetable td,
.timetable th {
  padding: 5px 10px;
}

.timetable td:nth-child(5),
.timetable td:nth-child(6) {
  text-align: center;
}

.timetable td:nth-child(7) {
  white-space: nowrap;
}

.stops {
  margin-left: auto;
  margin-right: auto;
  font-size: 80%;
  padding: 2px 8px;
}

.stops td,
.stops th {
  padding: 5px 10px;
}

.stops th {
  border-bottom: 1px solid black;
  text-align: left;
}

.stops td:nth-child(1),
.stops td:nth-child(2) {
  text-align: center;
}

.stops td:nth-child(4) {
  white-space: nowrap;
}

.stops tr.next {
  font-weight: bold;
  background-color: lightgrey;
}

.cancelled {
  color: red;
}

.offroute {
  color: red;
}

.delayed {
  color: orange;
}

.ontime {
  color: green;
}

.early {
  color: green;
}

div.table-buttons {
  float: right;
  max-width: 70%;
  text-align: right;
  margin-left: auto;
}
