@CHARSET "UTF-8";

.calendar {
  text-align: center;
}

table.calendar-head {
  width: 100%;
}

table.calendar-head a img {
	border: 0;
}

table.calendar-body {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

table.calendar-body td {
  width: 14.2%;
  text-align: center;
}

.calendar-actual-month {
  background-color: #e4e4e4; 
}

.calendar-today {
	background-color: #d2d2d2;
}

