TABLE.aq-mod-quizresult {
	border-collapse: collapse;
	width: 100%;
	font-size: 100%;
}

TABLE.aq-mod-quizresult TH {
	background-color: #C1E4FF;
}

TABLE.aq-mod-quizresult TD,
TABLE.aq-mod-quizresult TH {
	padding: 4px;
	border: 1px solid white;
}

TABLE.aq-mod-quizresult TD.aq-point {
	width: 1%;
	white-space: nowrap;
}

TABLE.aq-mod-quizresult TR.current TD {
	background: #E2E2E2;
}

TABLE.aq-mod-quizresult TR.current TD.aq-user {
	font-weight: bold;
}