/* media query */
#shuttlebus h3 + h4 {
  margin-top: 105px !important;
}
@media screen and (max-width: 610px) {
  #shuttlebus h3 + h4 {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 414px) {
  #shuttlebus h3 + h4 {
    margin-top: 150px !important;
  }
}
#shuttlebus h3 + h4 p.note {
  position: absolute;
  top: -4.5em;
  left: 0;
  font-size: 0.8em;
  color: #222;
}
@media screen and (max-width: 610px) {
  #shuttlebus h3 + h4 p.note {
    top: -6.5em;
  }
}
@media screen and (max-width: 414px) {
  #shuttlebus h3 + h4 p.note {
    top: -8em;
  }
}
@media screen and (max-width: 320px) {
  #shuttlebus h3 + h4 p.note {
    top: -10em;
  }
}

.rootArea p.link {
  display: none;
}
.rootArea p.link.new {
  display: block;
}