.prices table, .times table {
  width: 100%;
}

.prices h2, .prices td, .times td {
  font: normal 11pt/1.0 Arial, Helvetica, sans-serif;
  color: #333;
}

.prices h2 {
  color: #ff9500;
  font-weight: bold;
  font-size: 18pt;
  letter-spacing: -1px;
  margin: 30px 0 8px 0;
}

.prices h2.bk {
  color: #222;
}

.prices h2.notopmrg {
  margin-top: 0;
}

.prices td, .times td {
  vertical-align: top;
  padding: 2px 5px 3px 5px;
  border-bottom: 1px solid #ccc;
}

.times td {
  text-align: center;
  border-left: 1px solid #ccc;
  background: #fff;
}

.prices td small {
  font-size: 75%;
  color: #c44;
}

.prices .dsc td, .times .dsc td {
  border: none;
  background: #ff9500;
  color: #fff;
  font-size: 80%;
  text-align: center;
  vertical-align: middle;
}

.prices .hi td {
  background: #fff;
}

.prices td.hold {
  text-align: center;
  color: #777;
  font-size: 80%;
}

.prices td.sum {
  font-weight: bold;
  text-align: right;
}

.times td.time {
  border-left: none;
}

