/**START SURVEY CSS**/
#survey_crum_trial{
	border-top: 1px solid black;
	width: 310px;
}
.survey_table{
	border-collapse: collapse;
}
.survey_table td{
	font-family: Calibri, Arial;
	font-size: 1em;
}
.survey_table td textarea{ 
	width: 99%
}
.survey_table td input{ 
	border: none;
}
#survey_table_heading{
	background-color: #AB0701;
	color: white;
	font-weight: bold;
}
#row_color_1{
	background-color: white;
}
#row_color_2{
	background-color: #EAEAEA;
}
#range_question_div{
	float: left;
	width: 50px;
	height: 100%;
}
#range_question_radio_div{
	float: left;
	width: 30px;
	height: 100%;
	border: none;
}
#align_top{
	vertical-align: top;
}
.surveyNav {
	font-size: 11px;
	color: #AB0701;
}
.surveyNavSelected {
	font-size: 11px;
	color: #111;
}
.disguised {
	display: none;
}
.user_details_table input{
	background-color: white;
}
.compulsory_note {
	color: red;
}
.extra_note_textarea {
	width: 99%;
}

/**END SURVEY CSS**/
