#events-table {
	border-collapse: collapse;
}

tr.event-container {
	border-top-width: 1pt;
	border-top: solid;
	border-top-color: #5b3627;
}

tr.event-container:last-child {
	border-bottom-width: 1pt;
	border-bottom: solid;
	border-bottom-color: #5b3627;
}



td.thumbnail-cell {
	width: 20%;
	padding-top: 0;
	padding-bottom: 0;
}

td.thumbnail-cell img {
	width: 100%;
}

td.description-cell {
	vertical-align: top;
	padding-left: 10pt;
}


div.centered-image {
	width: 100%;
	text-align: center;
	margin-top: 80pt;
}
