@media screen, projection {

table.minicalendar {
	width: 100%;
	margin-bottom: 20px;
}

table.minicalendar td {
	font-size: 18px;
	width: 14%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}

#content table.minicalendar .active a {
	display: block;
	text-decoration: none;
}

#content table.minicalendar .active.today a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}

table.minicalendar .current a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	background: #0074cb;
}

table.minicalendar .weekend {
}

table.minicalendar .today {
	background-color: #c4c4c4;
	color: #000000;
}

table.minicalendar .label {
	font-size: 12px;
	color:#040404;
	font-weight: normal;
	text-align: center;
}

table.minicalendar td.current {
	background-color: #9ac001;
	font-weight: bold;
}

table.minicalendar th {
	color: #0074cb;
	font-size: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}

}