h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 22px;
}

table.dataTable tr.odd {
  background: #fce8fc;
  color: #000000;
}

table.dataTable tr.even {
  background: #ffffff;
  color: #000000;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background: none;
}

table.dataTable thead .sorting_asc:after {
  content: '\25b2';
  float: right;
}

table.dataTable thead .sorting_desc:after {
  content: '\25bc';
  float: right;
}

table.dataTable tbody td {
  vertical-align: top;
  font-weight: bold;
}

table.dataTable tbody td a {
  color: #000000;
}

table.dataTable tbody td:first-child {
  padding: 8px 10px 24px 10px;
  position: relative;
}

.terms {
  display: none;
  padding: 20px;
}

.terms-link {
  position: absolute;
  right: 8px;
  bottom: 2px;
  font-size: .8em;
  font-weight: normal;
}

.terms-close {
  display: block;
  margin: 10px auto;
}


/* MRO */

.mro-cats {
  width: 656px;
}

.mro-cats td {
  padding: 10px 0 10px 10px;
}

.mro-cats td:first-child {
  padding-left: 0;
}

.mro-cat {
  background: #ccffff;
  text-align: center;
  padding: 6px 0;
  border-radius: 4px;
  border: 1px solid #00cccc;
  cursor: pointer;
  color: #410457;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.mro-cat:hover, .mro-cats .selected {
  border: 1px solid #410457;
  color: #ffffff;
  background: #00cccc;
}

.mro-cat:first-child {
  margin-left: 0;
}

.deal-price {
  background: #00cccc;
}

.deal-price div.start:after {
  content: 'Valued at';
  color: #000000;
  text-shadow: none;
}

.deal-book {
  background: url(/img/btn-print-now.jpg);
}

.deal-desc {
  width: 560px;
}