.table {
  border:2px solid #535353;
  font-size: 12px;
  background-color: #535353;
  color: #fcfcfc;
}
td {
  background-color: #eeeeee;
  text-align: center !important;
  
}
/* Current date */
.table .curr { background-color: #837faa; }
.table .curr a {color: #fff; }

/* Weekend  */
.table .weekend { background-color: #c2c2c2;}

/* Cell link */
.table td a {text-decoration: none; color: #2F2F2F;padding:3px; display:block;
            text-align:center;width:100%; height:100%;}

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

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

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

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