table{
font-size: 11px;
}
table.prettytable {
  margin: 1em 1em 1em 0em;
  background: whitesmoke;
  border-collapse: collapse;
}
table.prettytable th, table.prettytable td {
  border: 2px silver solid;
  padding: 0.3em;
}
table.prettytable th {
  background: gainsboro;
  text-align: left;
}
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

table.prettytable td.pending, table.prettytable tr.pending, span.pending {
background-color: #FF8C69;
}

table.prettytable td.available, table.prettytable tr.available, span.available {
background-color: #71C671;
}

table.prettytable td.booked, table.prettytable tr.booked, span.booked {
background-color: #FF3030;
}

table.prettytable td.false, table.prettytable tr.false, span.false {
background-color: cornflowerblue;
}

table.prettytable td.special, table.prettytable tr.special, span.special {
background-color: gold;
}

table.prettytable td.smalltext, table.prettytable tr.smalltext{
font-size: 11px;
}

.redtext {
color: #ff0033;
}

table .bold{
font-weight: bold;
}

/*contactform*/
table.contactform td {
padding: 10px;
}