table{
font-size: 12px;
}
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 tr.pending {
background-color: #DFFF80;
}

table.prettytable tr.available {
background-color: #80FF9F;
}

table.prettytable tr.booked {
background-color: #FF809F;
}

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