/*figure.align-center img ,
figure.align-center {
	margin-bottom: 0;
}*/

/*
#flyer-bottom {
	background: #c5ecda;
	color: #0e3958;
	padding: 2rem;
}
*/

#flyer-bottom p strong {
	font-size: 225%;
}

/*
	table th,
	table td {
		border: 1px solid black !important;
	}
		
	table td {
		background: white;
	}
*/
	
	@media only screen and (min-width: 40em) { /*medium & up*/
		table .date {
			width: 15%;
		}
		table .workshop {
			width: 80%;
		}
	/*
		table .presenter {
			width: 20%;
		}
		table .location {
			width: 15%
		}
		table .description {
			width: 30%;
		}
	*/
	}
