body, html {
  height          : 98%;
}

body {
  font-family     : "Georgia";
  background-color: #FFFFFF;
}

h2 {
  margin-top      : 0px;
  font-weight     : 500;
}
.date_column {
  text-align      : center;
  width           : 70px;
  float           : left;
}

.self_room {
  text-align      : center;
  width           : 100px;
  margin-left     : 15px;
  float           : left;
}

table {
  margin          : 0;
}

.self_room_details {
  height          : 40px;
  text-align      : center;
}

.self_calendar {

}

.calendar {
  float           : left;  
}

.calendar-month {
  display         : none;
  }

.daynames {
  text-align      : center;
  font-size       : 12px;
  }
  
.changeover {
  font-size       : 14px;
  text-align      : center;
}

.date {
  font-size       : 12px;
  height          : 22px;
  text-align      : left;  
}

.booked, .date_gone, .free {
  color           : black;
  font-size       : 11px;
  width           : 30px;
  height          : 22px;
  text-align      : center;
}

.booked {
  background-color: #C0C0C0;
}

.date_gone {
  background-color: #00FF00;
}

.free {
  background-color: #FFFFCC;
}

.GuesthouseName {
  font-size       : 20px;
  text-transform  : capitalize;
}

.roomname {
  font-size       : 12px;
  text-transform  : capitalize;
  text-decoration : underline;
}