#content-main div.before-month,
#content-main div.after-month {
	width: 33%;
}
#content-main div.now-month {
	width: 34%;
}
#content-main span.day {
    text-align: right;
    display: block;
    font-size: 130%;
    margin: 0 10px 5px 0;
	font-weight: 400;

}
table td {
    vertical-align: top;
}
#content-main td.sun span.day,
#content-main td.sat span.day {
	text-align: center;
	margin: 0;
}
#content-main table.big-calendar-table td.today {
    padding: 10px !important;
	/* font-weight: bold; */
}
table thead th {
    font-size: 100%;
}