#CYU {
	
}

#CYU p:last-of-type {
	margin-bottom: 1.0em;
}

#CYU div#Feedback+p {
	/*margin-top: 0px;*/
}

#CYU label {
	padding-left: 22px;
	text-indent: -22px;
	display: inline-block;
}

.question_holder {
	width: 97%;
}

.cyu_label {
	cursor: pointer;
	margin-bottom: 20px;
}
.choices_holder {
	margin-top: 30px;
	margin-left: 10px;
	width: 95%;
}
.submit_holder {
	margin-top: 30px;
	margin-left: 10px;
}
input[type="checkbox"],input[type="radio"] {
	cursor: pointer;
	vertical-align: middle;
	margin-right: 5px;
}

input[type="button"] {
	cursor: pointer;
}

#Feedback {
	background: #ffffff;
	border-radius: 0px;
	border: 1px solid #A4BCC2;
	display: none;
	padding: 17px;
	max-width: 700px;
}

#Feedback p:last-child {
	margin-bottom: 0px;
}

.centered {
	text-align: center;
}

#Feedback .correct {
	color: #009900;
}

#Feedback .incorrect {
	color: #990000;
}

#CYU .link {
	color: #0000FF;
}
