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 {
background-color: #FF9900;
}

table.prettytable td.available, table.prettytable tr.available {
background-color: #CCFF99;
}

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

table.prettytable td.false, table.prettytable tr.false {
background-color: #00FFFF;
}

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

table.prettytable td.special {
background-color: #ffff00;
}

.redtext {
color: #ff0033;
}

table .bold{
font-weight: bold;
}

.greenbackground {
background-color: #DFFF80;
}

.redbackground {
background-color: #ff9999;
}

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