.stoplist {
  font-size: 16px;
}

.stoplist .note {
  position: relative;
  top: -0.5em;
  font-size: 0.8em;
}

.stoplist .division {
  width: 249px;
  margin-bottom: 1em;
}

.stoplist .division-header {
  text-align: center;
  color: #001a33;
  background-color: #7db3e8;
  border: 1px solid #7db3e8;
  font-size: 1.2em;
  font-weight: bold;
  padding: 5px;
  border-radius: 5px; 
}

.stoplist .division-stops {
  margin-top: 0.4em;
  width: 100%;
}

.stoplist .division-couplers {
  width: 100%;
}

.stoplist .division-info {
  font-size: 0.8em;
  font-weight: normal;
}

.stoplist .table {
  border-collapse: collapse;
}

.stoplist .td {
  padding-left: 0.3em;
  padding-right: 0.3em;
  vertical-align: bottom;
}

.stoplist .stop-length {
  width: 2.5em;
  vertical-align: top;
}

.stoplist .division-couplers .td {
  text-indent: -1.5em;
  padding-left: 4.8em; /* 2.5 + 0.3 + 0.3 + 1.5? */
}

.stoplist .stop-info {
  font-size: 0.8em;
  vertical-align: bottom;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .stoplist .division {
    width: 100%;
  }
}