@import url("https://fonts.googleapis.com/css?family=Roboto");
.pthv-block {
  position: relative;
}

.stopAreaDirection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f2f2f2;
  min-height: 100px;
  margin-left: -15px;
  margin-right: -15px;
}
.stopAreaDirection > button {
  position: absolute;
  bottom: -10px;
  right: 3rem;
}

.thermo-direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 300px;
}

.stopName {
  font-weight: 700;
  font-size: 18px;
  display: block;
  width: 50%;
}

.thermo-lines {
  margin-bottom: 1rem;
}
.thermo-lines a {
  text-decoration: none;
}
.thermo-lines a:hover {
  text-decoration: none;
}
.thermo-lines span {
  margin-bottom: 0.25rem;
  min-width: 30px;
  height: 30px;
  font-size: 14px;
  padding: 0 0.5rem;
  color: #fff;
  border-radius: 2px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  font-weight: 700;
}
.thermo-lines > *:not(:last-child) {
  margin-right: 0.25rem;
}

.stopAreaList {
  width: 100%;
  max-width: 800px;
  padding: 50px 0;
  position: relative;
}
.stopAreaList:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(25% + 1px);
  bottom: 0;
  width: 1px;
  background: #e1e1e1;
}

.thermo-entry {
  clear: both;
  text-align: left;
  position: relative;
}

.thermo-city {
  top: 18px;
  margin-bottom: 0.5em;
  float: left;
  width: 25%;
  padding-right: 0;
  padding-bottom: 10px;
  text-align: right;
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border-bottom: 1px dashed #e1e1e1;
  padding-top: 30px;
}

.thermo-stops {
  margin: 0 0 3em;
  float: right;
  width: 75%;
  padding-left: 30px;
}

.thermo-stop {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  color: #152733;
  margin-bottom: 0.5rem;
}
.thermo-stop:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border: 3px solid #e1e1e1;
  background-color: #2273b9;
  border-radius: 100%;
  top: 40%;
  left: -36px;
  z-index: 99;
}

/*# sourceMappingURL=pthv_thermometer.css.map */
