table.class-calendar-table {
	width: 100%;
}
table.class-calendar-table td, table.class-calendar-table th {
	text-align: center;
	padding: 2px 0;
	font-size: 12px !important;
}
table.class-calendar-table th {
	font-weight: normal;
	color: #111;
	background-color: #eeeeee;
	font-size: 12px !important;
}
table.class-calendar-table td {
	font-weight: normal;
	color: #333333;
	font-size: 12px !important;
}
table.class-calendar-table tr {
	border-bottom: 1px solid #ccc;
}

table.class-calendar-table td.next, table.class-calendar-table td.prev {
	color: #999;
	font-size: 12px !important;
}
table.class-calendar-table td.event {
	font-weight: bold;
	color: #ffffff;
	background-color: #130c74;
}