#sidebarNavigation ul>li>a[href$="authors"]:after {
    content:" of Review";
}
#sidebarNavigation ul>li>a[href$="titles"]:after {
    content:" or Author of Book";
}

select.selectMenu>option[label="Authors"]:after {
	content:" of Review";
}
select.selectMenu>option[label="Title"]:after {
	content:" or Author of Book";
}

#header {
	background-color:#004400;
	color:#FFFFFF;
}

#content label[for="author"]:after {
	content:" of Review";
}

#content label[for="title"]:after {
	content:" or Author of Book";
}

table.tocArticle td.tocPages, table.tocArticle td.tocGalleys {
	padding-right: 1em;
}

table.tocArticle td.tocTitle {
	width: 90%;
	height: 100%;
}

table.tocArticle td.tocGalleys {
	width: 10%;
	text-align: right;
}

h3+table.tocArticle {
    border-top: thin solid #DCDCDC;
    padding-top: .5em;
}

table.tocArticle {
	margin-bottom: .5em;
	border-bottom: thin solid #DCDCDC;
	padding-bottom: .5em;
}