* {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
  margin: 0;
}

h1 {
  margin: 10px;
  margin-bottom: 20px;
}

a {
  margin-left: 10px;
}

#table-container {
  overflow-x: scroll;
  margin-left: 10px;
}

table {
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
}

.stationName {
  width: 300px;
}

.stopTime {
  width: 100px;
}

table td:first-child {
  position: sticky;
  left: 0px;
  background: white; /* Opaque background */
  z-index: 0; /* Body cells stay below header */
  font-weight: 500;
}