.datebox {
	float: left;
	margin: 5px 10px 5px 0;
	width: 80px;
	height: 80px;
}

.month {
	height: 30px;
	width: 80px;
	background-color: #FFEF44;
	color: #FD1216;
	line-height: 30px;
	font-size: 20px;
	font-family: Georgia;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}

.day {
	height: 50px;
	width: 80px;
	background-color: #FD1216;
	color: #FFEF44;
	border-bottom: 1px solid #E1E1E1;
	line-height: 50px;
	font-size: 40px;
	font-family: Georgia;
	text-align: center;
}

.meetings h6 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin-top: 5px;
}
