.gfield_required {display:none;}

.survey-page {
  margin-bottom: 20px;	
}

.survey-head {
	
	max-width: 100% !important;
	width: 100%;
	margin: 0 !important;
	
}

.survey-head table {
	
	margin:0 !important;
	border:1px solid silver !important;
	border-radius: 0;
	border-collapse: initial;
	
}

.survey-head table td {
	
	text-align: center !important;
	
}

.gsurvey-survey-field {
	
  margin: 0 !important;
	
}

.gsurvey-likert tr:first-child {
	
	display:none;
	
}

.gsurvey-survey-field label {
	
	background: #35BEF2;
	color: #FFF;
	width:100%;
	margin: 0 !important;
	padding: 2px 4px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	
}

.gsurvey-survey-field .ginput_container {
	
	margin:0 !important; 
	
}

.gsurvey-survey-field table.gsurvey-likert {
	
	margin: 0;
	border: 1px solid silver;
	border-radius: 0;
	
}

.quadrant {

	width: 50%;
	margin: 0;
	padding: 0;
	display: inline-block;
	
}

@media print {
	
	.gsurvey-likert {width: 100%;}	
	.gsurvey-likert-row-label {width:40%;}
	.gsurvey-likert-choice {width:15%;}
	.gsurvey-likert-choice-label {width: 15%;}
	.survey-head table td {	text-align: initial !important;}
}


