/*
ShowParticipants
*/
.Report .Registered {
	overflow: hidden;
	width: 12em;
}
.Report .Role {
	overflow: hidden;
	width: 6em;
}
.Report .Status {
	overflow: hidden;
	width: 6em;
}
.Report .FullName {
	overflow: hidden;
	width: 10em;
}
.Report .Position {
	overflow: hidden;
	width: 10em;
}
.Report .Company {
	overflow: hidden;
	width: 10em;
}
.Report .Selected {
	overflow: hidden;
	width: 10em;
}
