/* ------ */

.authorList li, .subjectList li {
	display: inline;
}

#content ul.authorList, #content ul.subjectList {
	padding-left: 0;
	margin-left: 0;
	font-size: inherit;
	color: inherit;
}

.authorList li + li:before, .subjectList li + li:before {
	content: "/";
	padding-right: 0.5em;
	color: #9e2020;
}

span.title a {
	text-decoration: inherit;
	font-weight: inherit;
}