/*hide vsuw logo and top banner*/
.UWWBlueTop1, .UWWBlueTop2 {
	display: none;
}

/*hide survey name*/
.Page-SurveyNE .page-header h1 {
	display: none;
}

.UWWBlueBottom, .UWWBlueMainBelowContent.row {
	background-color: #fff;
}

/*allow checkbox text in one line*/
.Section-Survey .TableFormDetails label.form-check-label {
    width: 100%;
}
