ul.choices label {
	/*white-space: pre-wrap; *//* Otherwise multiple spaces are collapsed in html and answer does not compare equal to response.*/
	width: 80%;
}

.Clear {
	clear:both;
}

.Caption {
	font-size: 0.8em;
	font-weight: bold;
	text-align:center;
	margin:3px 0 0 5px;
}

.Description {
	font-size: 80%;
	font-style: italic;
}


.Question {
	margin-bottom: 15px;
	margin-top: 30px;
}

.Question p {
	margin: 10px 0px;
	padding:0;
}

.MatchingQuestionNode label, .SequencingQuestionNode label {

}


.SequencingQuestionNode select, .MatchingQuestionNode select {
  	float:right;
  	max-width: 80%;

}


/* Question heading eg "Question 1" */
.Question h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 1.1em;
	color:#036;
	padding: 0px 0px 3px 0px;
	margin:0 0 15px 0;
	border-bottom: 1px solid #999;
}

.LabelHeading {
	color: #000;
	font-size: 1.2em;
	
	font-weight: bold;
	font-family: Georgia,'Times New Roman',Times,serif;
	border-bottom: 2px solid #40668C;
}

.Question .stem li{
	list-style-type: disc;
	margin: 0 20px;	
}

/* lists for question controls */
.Question ul {
	list-style-type:none;
	margin: 15px 0 0 20px;
	padding: 0;
	width: auto;
}

.Question li {
	clear:both;
	min-height: 10px;
	padding: 0;
	margin: 5px 0 0 0;
	max-width: 90%;
}

.MultipleChoiceQuestionNode > ul {
	margin-left: 25px;
	text-indent: -25px;	
}


.ClozeQuestionNode input{	
	padding:0;
	margin:0;
	border:1px #036 solid ;
	font-family:"Courier New", Courier, monospace;
	font-size: 1.4em;
	color: #666;
	font-weight:bold;
	vertical-align:baseline;
	width:auto;
}

.MultipleChoiceQuestionNode {
	margin-bottom:10px;
}



.feedback {
	visibility: hidden;
	display:none;
	width: 90%;
 	margin: 10px;
	padding: 10px;
 	line-height: 1em;
	border: none;
	border-radius: 6px;
	background-color:#ffffaa;
	line-height:18px;	
}

.feedback ul li{
	list-style-type: disc;
	line-height: 1.2em;
}

.feedback.correct {
	border: 1px solid #999;
	background-color: #dfd;	
}

.feedback.incorrect {
	border: 1px solid #999;
	background-color:#fdd;
}

.feedback.correct .heading {
	font-size: 1.2em;
	margin:0px 0 6px 0;
	color:#060;
	background-position:left;
	background-repeat:no-repeat;
}

.feedback.incorrect .heading {
	font-size: 1.2em;	
	margin:6px 0 6px 0;
	color:#900;
	background-position:left;
	background-repeat:no-repeat;
}

.feedback p {
	line-height: 1em;
	margin: 0;
}

/* close button for feedback */
a.closeIcon {
	display:block;
	width: 20px;
	float: right;
	border:none;
}

a.closeIcon > img {
	border:none;
}	



.clearFloat {
	clear:both;	
}

button.check {
	display:block;
	clear:both;
	margin-top: 20px;
}
