.calendar {
  margin-top: 1em;
  width: 95%;
  margin: 1em auto 0em;
}

.calendar th {
  text-align: center;
}

.calendar td {
  border: 1px solid #666;
  vertical-align: top;
  width: 14.2% !important;
}

.calendar td .day_num {
  font-weight: bold;
  float: left;
  width: 20px;
  text-align: center;
}

.calendar td a {
  text-decoration: none;
}

.calendar td ul {
  margin: 0px 0px 0px 22px;
  padding: 2px 0px 0px 0px;
  font-size: 0.8em;
  list-style: none;
  line-height: 1.6em;
}

.previousMonth {
  border-left: 0px !important;
  border-top: 0px !important;
}

.nextMonth {
  border-right: 0px !important;
  border-bottom: 0px !important;
}

.calendar_navigation {
  width: 20%;
  margin: 0px auto;
}

.calendar_navigation td {
  text-align: center;
  border: 0px;
  font-size: 0.8em;
}

.calendar_navigation td a {
  text-decoration: none;
}

.calendar_navigation .current {
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 2px solid #666;
}

.calendar_navigation .prev,
.calendar_navigation .next {
  display: none;
}