table.calendar {
  font-size: 12px;
}

.calendar th,
.calendar td {
  width: 13%;
}

.calendar th {
  background: #000;
  color: #fff;
  padding: 4px 6px;
}

.calendar td {
  background: #eee;
  padding: 6px;
  margin: 0;
  vertical-align: top;
  border: 1px solid #fff;
  min-height: 80px;
  height: auto !important;
  height: 80px;
  border-collapse: separate;
}

.calendar td.not-in-month {
  background: #e3e3e3;
}

.calendar td.in-month {
  color: #000;
}
/*******		Navigation		*******/
.calendar .navigation .previous {
  text-align: left;
  padding-left: 15px;
}
.calendar .navigation .current {
  text-align: center;
  color: #000;
}
.calendar .navigation .next {
  text-align: right;
  padding-right: 15px;
}

/*******		Day Cells		*******/
.calendar .day {
  text-align: right;
  font-size: 11px;
}

/*******		Events		*******/
.calendar h3.event-title {
  margin-bottom: 4px;
}
.calendar h3.event-title a {}

.calendar .event-description {
  display: inline;
}