div#month-selector {
  overflow: hidden;
  display: inline-block;
}

div#month-selector {
  display: block;
  background: #e1eaf4;
  margin: 0 auto 0 auto;  
  padding: 5px;  
  
}

div#month-selector div {
  float: left;
  width: 33%;    
}

div#month-selector div#current-month h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  
}

div#month-selector div#select-next {
  text-align: right;  
}

table#calendar-month {
  margin: 0;
  padding: 0;
}

table#calendar-month tr td {
  vertical-align: top;  
  width:105px;
  background: #eeeeee;
  padding: 3px 5px 3px 5px;
}



table#calendar-month tr td div.one-day-ctr {
  min-height: 80px;    
  height: auto !important;
  height: 80px;

}

#left-column-full div.one-day-ctr {
  width: 87px;
}

table#calendar-month tr th {
  color: #ffffff;
  background: #3067a8;
  padding: 3px 0 3px 5px;
}

table#calendar-month tr td ul {
  margin: 0;
  padding: 0;
  list-style: none;
}



table#calendar-month tr td ul li {
  margin: 0 0 15px 0;   
  padding: 0;
}

table#calendar-month tr td ul li.last {
  margin-bottom: none;
}
