/* Table styles for services page */

TD H3 {
  font-family: Helvetica;
  font-size: large;
  color: #660066;
  margin: 0;
  padding: 0;
}

TABLE.services {
  border-spacing: 24px 24px;
  table-layout: fixed;
  margin-bottom: 1em;
}

TABLE.services TD {
  border: none;
  width: 50%;
  padding: 8px;
  padding-bottom: 0;
  vertical-align: top;
}

TABLE.services TD.title {
  width: 100%;
}

TABLE.services TD.package {
  border: solid #990099 3px;
}

TABLE.services TH {
  padding-top: 8px;
}

TABLE.services TR.gap TD {
  padding: 0;
  border: none;
  font-size: x-large;
  font-weight: bold;
  text-align: center;
}

TABLE.services TD.photo {
  padding: 8px;
  padding-left: 116px;
}

TABLE.services TD.photo IMG {
  float: left;
  margin-left: -108px;
}

TABLE.services CAPTION {
  display: none;
}

.price {
  font-weight: bold;
}

