﻿/* ############# Quiz Styles ############# */

.quizArea > h3 {
    font-size: 13px !Important;
}


.answers li input[type="radio"], .answers li input[type="checkbox"] {
float:left;
display:block;
margin-top:5px;
}

.answers label {
    width: auto;
    padding-left: 5px;
	display:block !important;
	overflow:auto;
	float:none;
	clear:none;
}

#QuizName, #QuizName span {
    float: left;
    font-size: 20px;
}

.quizHeader {
    padding-top: 20px;
}

#QuizTimerSpan {
    float: right;
    padding-right: 20px;
    font-weight: normal;
}

.counter {
    font-weight: bold;
    color: #F00;
}

#QuizCompleteMessage {
    display: none;
}

.questionCount {
    font-style: italic;
}

    .questionCount span {
        font-weight: bold;
    }

.question span.hidden {
    display: block !Important;
}

/* ############# End Quiz ############# */