#testimonials {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#testimonials li {
	margin: 0;
	padding: 0;
}

#testimonials li.selected {
	/* Do nothing */
	/* font-weight: bold; */
}

#testimonials li.ignored {
	/* font-style: italic; */
	display: none;
}

#testimonials blockquote {
	font-style: italic;
}

#testimonials cite {
	display: block;
	padding-bottom: 1em;
	padding-left: 2em;
}
