@import url('/css/template/');

div.contentColumn h3 {
  font-size: 1.3em;
}

p.faq {
  padding: .5em 0 .75em;
  background-color: #d9e7f1;
  text-align: center;
}

div.contacts table {
  width: 100%;
}

div.contacts th {
  text-align: left;
  font-size: larger;
}

div.contacts td {
  padding-bottom: 1em;
}

div.contacts td.phoneNumber {
  text-align: right;
}

div.search {
  overflow: auto;
}

div.search input#addSimple {
  float: left;
  width: 86%;
  margin-right: 1%;
  background-color: #fff;
}

div.search input#addSearchSubmitButton {
  position: relative;
  top: -2px;
  width: 10%;
  background-color: #fff;
}

a#fauxButton {
  display: block;
  float: right;
  color: #000;
  width: 10em;
  margin: 0 .5em;
  padding: .5em .25em;
  background-color: #ddd;
  border: 2px outset;
  text-align: center;
  text-decoration: none;
}

table#walkDistance {
  width: 50%;
  margin: 0 auto 1em;
}

table#stationInfo a {
  font-weight: bold;
}
