.table {
  border:2px solid #4A4F45;
  font-size: 12px;
  background-color: #4A4F45;
  color: #EFEFEF;
}
.table .non {
  background-color: #eeeeee;
  text-align: center;
  padding:3px;
}
/* Current date */
.table .curr { background-color: #EFDC0E; text-align: center;}

/* Weekend  */
.table .weekend { background-color: #A7BBDF; text-align: center;}

/* Cell link */
.table td a {text-decoration: none; color: #2F2F2F;}

/* Cell link hover */
.table td:hover {background-color: #aaccee;}

/* Name of the selected month (at the top) */
.monthName {margin: 2px; text-align: center; font-size: 16px; font-weight: bold;}

/* Next-Prev arrows */
.monthName a {color: #111111; text-decoration:none; }
.next {float:right;}
.prev {float:left;}

pre {background-color: #eeeeee; font-size:12px;}
