/* 
    Document   : mcq
    Created on : 30-Aug-2012, 10:41:14
    Author     : John Reid
    Description:
        Manages look for MCQ tools
*/

.mcq_table_result_col { 
    font-weight: bold;
}

.mcq_results {
	font-weight: bold;
}

.mcq_pass {
	font-size: 1.5em;
	color: #393;
	font-weight: bold;
}

.mcq_fail {
	font-size: 1.5em;
	color: #c43;
	font-weight: bold;
}

.answer_post_right, .answer_post_wrong {
	font-style: italic;
}

.answer_post_right {
	color: #393;
}

.answer_post_wrong {
	color: #c43;
}