/* ============================================================*/
/* PARTICIPANTS LIST */

div.participants-list-choice,
div.speaker-list-choice {
		margin: 3px auto 15px 20px;
}

div.participants-public-list {
		font-size: 85%;
}

div.participant {
		margin:2px 0px 2px 10px;
}

span.participant-lastname {
		font-variant: small-caps;
		font-weight: bold;
		font-size: 110%;
}

span.participant-firstname {
		font-variant: normal;
		font-weight: normal;
}

span.participant-institution {
		font-variant: normal;
		font-weight: normal;
		font-style: oblique;
}

span.participant-institution-acronym {
		font-variant: normal;
		font-weight: normal;
		font-style: normal;
}

span.participant-city {
		font-variant: normal;
		font-weight: normal;
}

span.participant-country {
		font-variant: small-caps;
		font-weight: normal;
}

span.typo {
		font-weight: normal;
		font-variant: normal;
}

/* END OF PARTICIPANTS LIST */

