
    /***********************************************
     *
     *  Quiz Control
     *
     ***********************************************/
         
         /******************************
          * @imports
          ******************************/
          
			/* null */
			
         /******************************
          * styles
          ******************************/
          
			.quizResults
			{
				
			}
			
				.quizResults h1
				{
					margin: 0 0 10px 0;
				}
			
					.quizResults h1 p
					{
						font-family: Georgia;
						font-size: 1.5em;
						font-weight: 800;
					}
				
						.quizResults h1 p.subTitle
						{
							color: #000;
							font-family: Arial;
							font-size: 0.9em;
							font-weight: 800;
							margin: 10px 0 0 0;
						}
				
				.quizResults h2
				{

				}
				
					.quizResults ol
					{
						color: #000;
						font-weight: normal;
						list-style-type: none;
						padding: 0;
						text-transform: none;
					}
					
						.quizResults ol.answers
						{
							padding: 0 0 0 20px;
						}
				
						.quizResults .question
						{
							font-weight: 800;
						}
				
						.quizResults .correctAnswer
						{
							color: Green;
							font-weight: 800;
						}
				
						.quizResults .incorrectAnswer,
						.quizResults .noAnswer
						{
							color: Red;
							font-weight: 800;
						}
				
						.quizResults .quizScore
						{
							font-size: 1.2em;
							font-weight: 800;
							padding: 20px 0;
						}