#metro,
#gas_stations {
  margin-top: -8px;
}

.transport-line-wrapper {
  display: inline-block;
  padding-top: 0;
  margin-right: 0;
  border-top: none;
  margin-top: 0;
  padding-right: 30px;
  padding-bottom: 10px;
}

.transport-line-wrapper:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 425px) {
  .transport-line-wrapper:last-of-type,
  .transport-line-wrapper:first-of-type:last-of-type {
    padding-bottom: 0;
  }
}

.transport-line-object {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.station-specs {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: self-start;
  -ms-flex-item-align: self-start;
  -ms-grid-row-align: self-start;
  align-self: self-start;
  padding-top: 6px;
}

.station-name {
  margin-bottom: 0;
  color: #454545;
  font-size: 16px;
  font-weight: 600;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
  cursor: copy;
}

.station-dist {
  font-size: 14px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-num,
.square .line-num {
  font-weight: 700;
  color: inherit;
  text-align: center;
}

.line-symbol {
  width: auto;
  min-width: 36px;
  height: 35px;
  background: transparent;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  margin-top: 9px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.line-num {
  font-size: 16px;
}

.line-symbol.rect {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 9px 10px 8px 10px;
  letter-spacing: -0.5px;
  line-height: 1;
}

.square .line-num {
  font-size: 14px;
  padding: 1px 0 0 1px;
  transform: rotateZ(45deg);
}

.line-symbol.red {
  background-color: rgb(226, 6, 19);
  color: #fff;
}

.line-symbol.purple {
  background-color: rgb(167, 98, 163);
  color: #fff;
}

.line-symbol.orange {
  background-color: rgb(238, 125, 0);
  color: #fff;
}

.line-symbol.green {
  background-color: rgb(0, 149, 64);
  color: #fff;
}

.line-symbol.brown {
  background-color: rgb(157, 105, 48);
  color: #fff;
}

.line-symbol.rect.light_blue {
  /*background-color: rgb(0, 176, 255);
    color: #FFF;
    width: auto;*/
  background-color: #f4f4f4;
  color: #777;
  min-width: 31px;
  width: auto;
  border: 1px solid #ccc;
}

.line-symbol.rect.sightseeing {
  background-color: #f4f4f4;
  color: #777;
  min-width: 31px;
  width: auto;
  letter-spacing: -3.2px;
  border: 1px solid #ccc;
  line-height: 19px;
}

.line-symbol.rect.light_blue.gas-station {
  width: 35px;
  height: 35px;
  padding: 0;
}

.line-symbol .fa-gas-station {
  position: relative;
}

.line-symbol .fa-gas-station:before {
  content: "";
  background-image: url(../../static/images/svg/gas-station.svg);
  background-size: 17px;
  height: 35px;
  width: 35px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
