html, body {
	height: 100%;
}

#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px; /* Footer height */
	padding-bottom: 120px; /* Prevent footer scrolling up under the body */
}

#push, #footer {
	height: 120px;
}

#footer {
	
}

@media ( max-width : 767px) {
	#footer {

	}
}

.container {
	width: auto;
	max-width: 1200px;
}

.container .credit {
	margin: 20px 0;
}

.page-header {
	margin: 0;
}

.surveyPreviewSummary {
	background: #ffffff;
	padding: 5px;
}

/**
         * Question row hover
         */
.es-question-row:hover {
	background-color: #EEEEEE;
}

.button-checkbox-group, .button-radio-group {
	width: 100%;
}

@media all and (min-width: 750px) {
	.button-checkbox-group-single, .button-radio-group-single {
		display: flex;
		justify-content: space-around;
	}
}

.button-text-left {
	text-align: left;
}

#surveyForm {
	margin-left: 5px;
	margin-right: 5px;
}

.questionContent {
	margin-bottom: 5px;
	padding: 10px; 
	border-radius: 10px;
}

#customFooterContents {
	margin-top: 5px;
}

.multiChoiceIcon {
	font-size: 22px;
	vertical-align: middle;
}
.singleChoiceIcon {
	font-size: 22px;
	vertical-align: bottom;
} 

.textquestion {
	margin-top: 5px;
}

.questionRow {
	padding-top: 10px;
}

.questionRow{
	page-break-inside: avoid;
}