div#sermon_details_container {
	margin: 0;
	padding: 0;
	width: 600px;
}

table.sermon_details {
	width: 100%;
}

table.sermon_details td {
	padding: 1em 0.5em 1em 0.5em;

}

table.sermon_details td .title {
	font-size: 130%;
}

table.sermon_details td .sermonicon {
	color: #333;
	font-size: 90%;
	font-variant: small-caps;
	margin: auto;
	text-align: center;
	width: 50px;
}

table.sermon_details td .sermonicon img {
	height: 43px;
	margin: auto;
	text-align: center;
	width: 43px;
}

table.sermon_details td .duration {
	font-size: 80%;
}

table.sermon_details td .description {
	font-size: 100%;
}

table.sermon_details td .reference, table.sermon_details td .speaker, table.sermon_details td .account, table.sermon_details td .series, table.sermon_details td .tag_list, table.sermon_details td .resources {
	font-size: 95%;
	padding: .12em;
}