table.calendar {
	background-color: rgb(99,100,44);
	border: 1px solid #4F5018;
	width: 560px;
	margin-bottom: 40px;
}

table.calendar a {
	color: white;
	text-decoration: none;
}

table.calendar a:hover {
	text-decoration: underline;
}

table.calendar td {
	font-family: "Arial";
	color: #E5EFB3;
	padding: 4px;
	font-size: 10pt;
}

table.calendar td.date {
	background-color: rgb(69,70,14);
	width: 120px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
}

table.calendar td.date_expired {
	background-color: rgb(120,120,85);
	width: 120px;
	font-size: 16px;
	text-align: center;
}

table.calendar td.title {
	background-color: rgb(79,80,24);
	font-weight: bold;
}

table.calendar td.title_expired {
	background-color: rgb(120,120,85);
	font-weight: bold;
}

table.calendar td.location {
	background-color: rgb(79,80,24);
}

table.calendar td.location_expired {
	background-color: rgb(120,120,85);
}

table.calendar td.description {
	vertical-align: text-top;
	padding-bottom: 16px;
	transition:color 500ms ease-out;
}
