
/* Series list */
ol.series_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ol.series_list li table {
	margin-left: 2em;
}


/* Sermon notes list */
table.sermons {
	width: 95%;
}

table.sermons td {
	vertical-align: top;
}

table.sermons td.sermondate {
	width: 12%;
}

table.sermons td.title {
	font-weight: bold;
}

table.sermons td.book {
	width: 23%;
}

table.sermons td.doc,
table.sermons td.pdf,
table.sermons td.audio {
	width: 5%;
}

table.sermons td small {
	display: block;
}


/* Search by series, book, and year */
table.search {
	width: 100%;
}

table.search td {
	vertical-align: top;
}
