/* stylise people names and titles */
#people span.name {
	font-family: "skolar-sans-latin-condensed",sans-serif !important;
	font-weight: 700 !important;
	font-size: 20px;
}

#people span.position {
	font-size: 16px;
	text-transform: lowercase;
	color: rgb(128, 128, 128);
}