.map-page {
    width: 100%;
    height: 100%;
    padding: 0;
}

.map {
    width: 100%;
    height: 75%;
}

.label-wheelchair {
    display: inline;
    padding: .15em .4em .2em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    background-color: #228;
    vertical-align: baseline;
    border-radius: .25em;
    text-shadow: 0 1px 0 #116;
}

.arrival-times-time + .arrival-times-time {
    margin-left: 8px;
}

.help-header {
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: bold;
}

.help-colors-list {
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 7px;
}

.help-colors-list > li {
    margin-bottom: 7px;
}


ul.time-table > li > .hour {
    font-size: 170%;
    float: left;
    padding-right: 5px;
    line-height: 1.15;
}

ul.time-table > li > .minute {
    font-size: 80%;
    float: left;
    margin-right: 4px;
    margin-bottom: 3px;
    margin-top: 4px;
    border-bottom: 1px dotted #aaa;
    line-height: 1.2;
}

ul.time-table > li > .minute.trip-with-note {
    font-weight: bold;
    color: #f00;
}

ul.time-table > li > .minute .label-low-floor-sm {
    margin-left: 1px;
}


.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-low-floor-sm {
    font-size: 75%;
    padding: 0.09em;
    background-color: #228;
    vertical-align: 1px;
    border-radius: 2px;
    text-shadow: none;
}


ul.list-footnotes {
    list-style-type: none;
    margin: 25px 0 10px 0;
    padding: 0;
}

ul.list-footnotes li {
    padding: 2px 0;
}
