/* Used for displaying obvious error messages */
.error {
  border: 1px solid #FF0000; background-color: #FFF4F4; color: #900000;
  font-weight: bold; padding: 3px 5px 3px 5px;
  line-height: 1.2em;
}

/* Used for displaying obvious warning messages */
.warning {
  border: 1px solid #DDDD00; background-color: #FFFFE9; color: #909000;
  font-weight: bold; padding: 3px 5px 3px 5px;
  line-height: 1.2em;
}

/* Used for displaying obvious confirmation messages */
.confirmation {
  border: 1px solid #00DD00; background-color: #F4FFF4; color: #009000;
  font-weight: bold; padding: 3px 5px 3px 5px;
  line-height: 1.2em;
}

/* Booking: descriptions of options */
.option_desc {
  border: 1px solid #136487;
  background: #FFFFFF;
  position: absolute;
  margin-top: 3px;
  padding: 3px 3px 3px 3px;
  width: 150px;
}

.booking tr td p {
  margin-bottom: 0;
}

.hiding {
  display: none;
}
