
h3 {
  color: #d86640;
  font-size: 1.3em;
}

h4 {
  font-size: 1.2em;
}


table#boat-options {
  border-collapse: collapse;
  overflow: hidden;
  width: 100%;
}
table#boat-options tr {
  display: block;
  overflow: hidden;
}
table#boat-options tr.divider {
  background: #ccc;
  height: 2px;
}
table#boat-options th {
  padding: 5px;
  text-align: left;
  border-top: 1px solid #cccccc;
}
table#boat-options td {
  padding: 5px;
}

table#boat-options th.price,
table#boat-options td.price {
  text-align: right;
}

table#boat-options td input.book-now {
  width: 123px;
  height: 27px;
}