@CHARSET "UTF-8";
#booked-navigation {
		font-weight: bold;
}

#reservations {
	width:100%;
}

.reserved.mine {
  background-color: #875cae;
}

.reserved.mine.hilite {
  background-color: #673cee;
  color: #ffffff;
}