  #bookings {
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse:collapse;
  background-color: #000066;
  color: white;
  }
  #bookings td, #bookings th {
  font-size:1em;
//      border:1px solid #98bf21;
  padding:3px 7px 2px 7px;
  }
  #bookings th {
  font-size:1.1em;
  text-align:left;
  padding-top:5px;
  padding-bottom:4px;
  }
  #bookings td.req {
  width: 5px;
  }
  #bookings td.name {
  width: 150px;
  }
  #bookings td.value {
  width: 150px;
  }
