ul.linedList {
	margin-left: 0;
}
ul.linedList li {
	display: block;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
	border-bottom: 1px solid #eeeeee;
	background-image: url('/cfs-file.ashx/__key/communityserver-components-userfiles/00-00-00-21-44-_3F044004380441043E043504340438043D0435043D043D044B043504_+_4404300439043B044B04_/disc.png');
	background-position: 10px 50%;
	background-repeat: no-repeat;
}
ul.linedList li:last-child {
	border: 0;
}
table.jury {
	width: 100%;
}
table.jury tr td {
	padding: 10px;
	width: 33%;
}
table.jury tr td.ava {
	width: 180px;
	text-align: center;
	vertical-align: top;
	padding: 0 20px 20px 0;
}
table.jury tr td div {
	width: 180px;
	height: 180px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}


#personList .span3 { padding: 10px 0; }
#personList .ava { display: block; width: 150px; height: 150px; border-radius: 50%; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; margin: 0 auto; }
#personList .name { text-align: center; font-size: 20px; line-height: 22px; font-weight: bold; padding: 10px 20px; }
#personList .title { text-align: center; padding: 0 20px; }
