html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, article, section, aside, nav, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

*:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

header, footer, article, section, aside, nav, figure {
  display: block; }

body {
  background: #fff;
  font-family: Helvetica, Tahoma, Arial, sans-serif;
  font-size: 20px;
  color: #555;
  line-height: 1.5em; }

a {
  text-decoration: none;
  color: #0071BC;
  cursor: pointer; }
  a:hover {
    color: #1C95FF; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1em; }

p {
  margin-bottom: 1em; }

hr {
  height: 1em;
  clear: both;
  border: none;
  border-bottom: solid 1px #999; }

small {
  font-size: 80%; }

.hidden {
  display: none; }

.clear {
  clear: both; }

.remaining_time.critical {
  font-weight: bold; }
.remaining_time.red, .remaining_time.critical {
  color: #A91914; }
.remaining_time.yellow {
  color: #CE8A08; }
.remaining_time.green {
  color: #5F7C0D; }

#wrap {
  width: 950px;
  margin: 0 auto;
  position: relative; }

#nav {
  display: none; }

#content {
  padding-bottom: 20px;
  position: relative; }

#footer {
  width: 950px;
  margin: 0 auto;
  font-size: 80%; }

#recent {
  font-size: 14px; }

#from_to {
  position: absolute;
  top: 0;
  z-index: 3; }
  #from_to #loading {
    position: absolute;
    top: -40px;
    right: 0; }
  #from_to fieldset {
    float: left;
    width: 448px;
    border: solid 1px #0071BC;
    margin-bottom: 20px;
    position: relative; }
    #from_to fieldset > div {
      margin: 20px; }
    #from_to fieldset .options {
      font-size: 16px;
      position: absolute;
      top: 10px;
      right: 20px; }
    #from_to fieldset .location {
      display: none;
      width: 408px;
      height: 134px;
      text-align: center;
      float: left; }
      #from_to fieldset .location .main {
        display: block;
        margin-top: 40px;
        font-size: 30px; }
      #from_to fieldset .location .secondary {
        font-size: 12px;
        line-height: 1.2em; }
    #from_to fieldset legend {
      padding: 5px;
      font-size: 24px;
      font-weight: bold; }
    #from_to fieldset label {
      display: block;
      font-weight: bold; }
    #from_to fieldset input {
      width: 97%;
      border: solid 1px #CCE2CC;
      padding: 5px;
      font-size: 18px;
      -webkit-transition: border-color 0.2s linear; }
      #from_to fieldset input:focus {
        border: solid 1px #5EC95B; }

.switcher {
  font-weight: bold;
  width: 30px;
  font-size: 84px;
  float: left;
  margin: 10px;
  text-align: center;
  margin-top: 70px; }

#options {
  padding: 20px;
  margin-top: 5px;
  border: solid 1px #0071BC;
  background: #CEF5FF;
  margin-bottom: 20px; }

.button {
  background: #222 url(/images/alert-overlay.png) repeat-x;
  display: inline-block;
  padding: 6px 10px 4px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  border: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-box-shadow: 0 1px 3px #999;
  -webkit-box-shadow: 0 1px 3px #999;
  text-shadow: 0 -1px 1px #222;
  border-bottom: 1px solid #222;
  position: relative;
  cursor: pointer; }

#gap {
  height: 185px; }

#map {
  clear: both;
  border: solid 1px #0D2B7B;
  height: 300px;
  width: 100%;
  line-height: 1; }

#options {
  font-size: 24px;
  text-align: right;
  padding-bottom: 0.5em;
  vertical-align: center;
  line-height: 1; }
  #options input.button {
    font-size: 24px;
    background: #91BD09;
    border-bottom-color: #91BD09; }
    #options input.button:hover {
      background: #749A02;
      border-bottom-color: #749A02; }
  #options input[type=text] {
    border: none;
    border-bottom: solid 1px #222;
    font-size: 24px; }
  #options > div {
    display: inline-block; }
    #options > div > div {
      float: left; }
  #options .pad {
    padding-top: 17px; }
  #options .example {
    font-style: italic; }
  #options .when {
    padding: 0 10px;
    width: 300px;
    display: inline-block;
    height: 70px; }
    #options .when div, #options .when input {
      float: left;
      width: 300px; }
    #options .when div {
      font-size: 11px; }

#when.invalid {
  background: #FFF0CB; }

#from_to {
  width: 100%; }

fieldset#from {
  background: #FFFECE; }

fieldset#to {
  background: #E7FFCE; }

.lookup {
  border: solid 1px #0071BC;
  display: none;
  margin-top: 20px;
  height: 300px;
  overflow: auto;
  font-size: 16px;
  background: #fff; }
  .lookup li {
    background: #fff;
    -webkit-transition-property: background-color, color;
    -webkit-transition-duration: 0.3s, 0.2s;
    padding: 0px 8px; }
    .lookup li:hover {
      background: #FFFBE6; }
    .lookup li.current {
      background: #0071BC;
      color: #fff; }

.walk {
  background: #fffab3;
  border: 1px solid #c7ca74; }

.bus {
  background: #a6fb8c;
  border: 1px solid #58c24c; }

.train {
  background: #aaf2ff;
  border: 1px solid #7fa4ff; }

.ferry {
  background: #ffb09b;
  border: 1px solid #ff797b; }

#legend {
  float: right;
  width: 380px;
  vertical-align: baseline;
  margin-top: -60px; }
  #legend dt, #legend dd {
    float: left;
    display: block;
    margin-right: 5px; }
  #legend dt {
    width: 40px;
    height: 20px; }

#topbox {
  position: absolute;
  top: 10px;
  right: 0;
  width: 600px;
  height: 130px; }

#planner {
  margin-top: 60px;
  line-height: 1; }
  #planner #time {
    position: absolute;
    list-style: none;
    padding: 0;
    width: 75px;
    margin: 0;
    border: none;
    border-right: 1px solid #D3D3D3;
    -webkit-border-radius: 0; }
    #planner #time li {
      color: #647984;
      display: block;
      text-align: right;
      height: 70px;
      padding: 0;
      padding-top: 4px;
      border-top: solid 1px #D3D3D3;
      font-size: 14px;
      -webkit-border-radius: 0;
      width: 950px; }
      #planner #time li span {
        display: block;
        width: 70px;
        text-align: right; }
  #planner #marker {
    z-index: 2;
    position: absolute;
    width: 100%;
    border-top: solid 1px #1C95FF;
    height: 0; }
    #planner #marker div {
      z-index: 2;
      color: #1C95FF;
      width: 70px;
      text-align: right;
      font-size: 14px;
      padding-top: 4px;
      height: 20px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255, 0.9)), to(rgba(255,255,255,0)), color-stop(60%, rgba(255,255,255,0.7))); }
  #planner ol.journeys {
    margin-left: 75px;
    position: relative; }
    #planner ol.journeys > li {
      display: block;
      width: 135px;
      height: 100%;
      padding: 0 20px;
      position: absolute;
      border-right: 1px solid #8A8376;
      cursor: pointer; }
      #planner ol.journeys > li.focus ol.journey, #planner ol.journeys > li:hover ol.journey {
        -webkit-transition: opacity 0.2s linear;
        opacity: 1 !important; }
      #planner ol.journeys > li ol.journey > li {
        display: block;
        position: absolute;
        background: #F7FFE8;
        width: 135px;
        -webkit-border-radius: 5px; }
        #planner ol.journeys > li ol.journey > li:first-child {
          margin-top: -30px;
          background: #fff;
          text-align: center; }
        #planner ol.journeys > li ol.journey > li.walk {
          background: #fffab3;
          border: 1px solid #c7ca74; }
          #planner ol.journeys > li ol.journey > li.walk li.arrival_time {
            display: none; }
        #planner ol.journeys > li ol.journey > li.bus {
          background: #a6fb8c;
          border: 1px solid #58c24c; }
        #planner ol.journeys > li ol.journey > li.train {
          background: #aaf2ff;
          border: 1px solid #7fa4ff; }
        #planner ol.journeys > li ol.journey > li.ferry {
          background: #ffb09b;
          border: 1px solid #ff797b; }
      #planner ol.journeys > li ol.journey dl {
        display: table;
        position: relative;
        height: 100%;
        width: 100%; }
        #planner ol.journeys > li ol.journey dl dd, #planner ol.journeys > li ol.journey dl dt {
          padding: 3px;
          display: none; }
        #planner ol.journeys > li ol.journey dl dd.short_route {
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
        #planner ol.journeys > li ol.journey dl dd.departure_time, #planner ol.journeys > li ol.journey dl dd.in, #planner ol.journeys > li ol.journey dl dd.arrival_time, #planner ol.journeys > li ol.journey dl dd.duration {
          position: absolute;
          display: block;
          font-size: 12px; }
        #planner ol.journeys > li ol.journey dl dd.departure_time, #planner ol.journeys > li ol.journey dl dd.arrival_time {
          left: 0; }
        #planner ol.journeys > li ol.journey dl dd.departure_time, #planner ol.journeys > li ol.journey dl dd.in {
          top: 0; }
        #planner ol.journeys > li ol.journey dl dd.in, #planner ol.journeys > li ol.journey dl dd.duration {
          text-align: right;
          right: 0; }
        #planner ol.journeys > li ol.journey dl dd.arrival_time, #planner ol.journeys > li ol.journey dl dd.duration {
          bottom: 0; }
      #planner ol.journeys > li ol.journey li.short {
        position: relative; }
        #planner ol.journeys > li ol.journey li.short dl {
          position: static; }
          #planner ol.journeys > li ol.journey li.short dl dd {
            font-size: 11px;
            padding: 0; }
          #planner ol.journeys > li ol.journey li.short dl dd.route {
            font-size: 18px; }
          #planner ol.journeys > li ol.journey li.short dl dd.departure_time, #planner ol.journeys > li ol.journey li.short dl dd.in {
            top: -16px; }
          #planner ol.journeys > li ol.journey li.short dl dd.arrival_time, #planner ol.journeys > li ol.journey li.short dl dd.duration {
            bottom: -16px; }

#back_to_options {
  display: block;
  float: left;
  margin-top: -60px;
  font-size: 16px; }

#overlay {
  z-index: 50;
  margin-top: -30px;
  position: absolute;
  width: 880px;
  margin-left: 80px;
  height: 800px;
  display: none; }
  #overlay ul {
    margin-left: 0; }
    #overlay ul li {
      border-left: solid 1px #D3D3D3; }
  #overlay .details {
    margin-left: 172px;
    padding-left: 10px;
    background: rgba(255,255,255,0.98);
    height: 100%; }
    #overlay .details dl {
      padding-top: 1.3em;
      font-size: 24px;
      font-family: 'GillSans-Light', 'Gill Sans Light', 'Gill Sans', sans-serif;
      line-height: 1.3em; }
      #overlay .details dl dt, #overlay .details dl dd {
        display: none;
        white-space: nowrap;
        padding-left: 5px; }
      #overlay .details dl dd.route_code,
      #overlay .details dl dd.route_name,
      #overlay .details dl .in,
      #overlay .details dl dd.departing_from,
      #overlay .details dl dd.arriving_at,
      #overlay .details dl dd.departure_time,
      #overlay .details dl dd.arriving_at,
      #overlay .details dl dd.arrival_time,
      #overlay .details dl dt.to,
      #overlay .details dl .duration {
        display: table-cell;
        white-space: nowrap; }
      #overlay .details dl dt.break {
        display: table; }
      #overlay .details dl .in, #overlay .details dl dt.duration {
        text-transform: lowercase; }
      #overlay .details dl dd.route_code {
        font-family: 'Arial Black', sans-serif;
        font-size: 40px;
        font-weight: 900; }
      #overlay .details dl dd.route_name {
        font-size: 40px;
        font-family: 'Gill Sans', sans-serif;
        padding-left: 8px; }
      #overlay .details dl dd.route_name, #overlay .details dl dt.to, #overlay .details dl dd.arriving_at, #overlay .details dl dt.duration {
        width: 100%; }
      #overlay .details dl .duration {
        text-align: right;
        border: none;
        border-top: 1px solid #888; }
      #overlay .details dl .to, #overlay .details dl dt.duration, #overlay .details dl dt.in {
        color: #ddd; }
