/* CSS Document */
.questionEndGroup{
	border-bottom: 2px solid silver;
}
.checklistQuestion, .checklistButtons{
	float:left;
	width: 97%;
	padding: 10px 10px 15px 10px;
}

.checklistQuestion:hover{
	background-color:#E0E0F1;
}

.checklistQuestionText{
	color:black; 
	font:10pt arial;
	width: 60%;
	margin-right: 15px;
	float: left;
}

.checklistResponse{
	color:black; 
	font:10pt arial;
	width: 30%;
	float: left;
}
.underline{
	text-decoration:underline;
}

.checklistScreen{
	border: 1px solid black;
	width: 900px;
	margin: 0 auto;
}
.trainingRequired{
	color: red;
}