.calendar {
width:100%;
background:#fdfdfd;
font-size: 24px; 
color:#644; 
border:1px solid #dcdcdc; 
border-collapse:collapse;
}

.month-heading {
text-align:center; 
height:28px; 
line-height:28px; 
background:#666666; 
color: #fff;
}

.big {
font-size:100%;
}

.dni {
font-size:18px; 
height:20px; 
line-height:20px; 
background:#e6e7ec; 
text-align:center;
}

th {
padding: 8px;
}

td.kalendar {
width:auto;
font-weight: bold;
text-align:right;
/* padding:8px;  */
border:1px solid #dcdcdc;
}

td.event {
background: #b3ff80; 
}

.other-month {
color: #dcdcdc;
}

.weekend-day {
background:#f2f2f2;
}

.today {
background:#d7e3f4;
border:2px solid #004455;
}

a.prev{
color: #ffffff;
}

a.next{
color: #ffffff;
}
