.example {
	text-align: center;
	margin-bottom: 25px;
}
.section table.cal {
	border-collapse:collapse;
	width: 100%;
}
.section table.cal th {
	border: 1px solid #B5B5B5;
	padding: 5px;
	background-color: #F2F2F2;
	font-weight: normal;
}
.section table.cal td {
	border: 1px solid #B5B5B5;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
}
.section table.cal th.sat {
	background-color: #8ED8E8;
}
.section table.cal th.sun {
	background-color: #FFC8DA;
}
.section table.cal td .date {
	font-weight: bold;
}
.section h4 {
	font-size: 110%;
	color: #538DC1;
	text-align: center;
	margin-bottom: 10px;
}
