/* forms */
div.gform_wrapper div.ginput_complex span.ginput_right{
	margin-left: 0;
}
li.gfield{
	margin-bottom: 1em;
}
/** hide the "required field" */
li.gfield.required-field{
	display: none;
}
div.gform_wrapper ul.top_label label.gfield_label{
	margin-bottom: 0;
}

/* student listing */
p.student-field{
	box-sizing: border-box;
	padding: 0.8em 0 0.8em 1.2em;
	margin-bottom: 0;
}
p.student-field:nth-of-type(even){
	background: rgba(0%, 24%, 38%, 0.2)
}
p.student-field span{
	display: block;
	font-weight: bold;
}