table#pricing {
  width:100%;
  border-collapse:collapse;
}

table#pricing td {
  padding:2px;
  border: outset 1px;
  height: 30px;
}

table#tours {
  width:600px;
  border-collapse:collapse;
}

table#tours td {
  padding:7px;
  border:outset 1px;
}

table#caravans {
  width:650px;
}

table#caravans td {
  padding:5px;
  vertical-align:top;
}

table#others {
width:450px;
}

table#others td {
padding:1px;
 border: outset 1px;
}

.toprow {
  height:30px;
  font-weight:bold;
  vertical-align:center;
}

.date {
  vertical-align:top;
}

.price {
  width:100px;
  text-align:center;
}

.age {
text-align:center;
}
