.fsForm .fsLabel {
	font-size: 20px;
	line-height: 30px !important;
}
.fsForm .fsOptionLabel {
	line-height: 30px;
}
.fsFieldRow input[type=checkbox].vertical,
.fsFieldRow input[type=radio].vertical {
	top: 9px !important;
}
.fsRowBody input[type="checkbox"]:before, 
.fsRowBody input[type="checkbox"]:checked:before, 
.fsRowBody input[type="radio"]:before, 
.fsRowBody input[type="radio"]:checked:before {
    position: relative;
    top: -6px;
}
.fsBody .fsSectionHeader {
    padding: 0;
}