/* Date: December 28, 2021 */

.survey-body {
	color: #666666;
	background-color: #f8f8f8;
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
}

#comment_cm1 > h1 {
	color: #a37672;
	font-size: 24pt;
	font-family: helvetica, arial, sans-serif;
}

#question_ds1_firstname,
#question_ds1_lastname,
#question_ds1_street,
#question_ds1_city,
#question_ds1_state,
#question_ds1_zip {margin: 2px; padding:0em;}

#question_ds1_firstname div, #question_ds1_firstname h1, #question_ds1_firstname h2 {display: inline;}
#question_ds1_lastname div, #question_ds1_lastname h1, #question_ds1_lastname h2 {display: inline;}
#question_ds1_street div, #question_ds1_street h1, #question_ds1_street h2 {display: inline;}
#question_ds1_city div, #question_ds1_city h1, #question_ds1_city h2 {display: inline;}
#question_ds1_state div, #question_ds1_state h1, #question_ds1_state h2 {display: inline;}
#question_ds1_zip div, #question_ds1_zip h1, #question_ds1_zip h2 {display: inline;}

@media (max-width: 560px) {
    #question_ds1_firstname.text h1.question-text,
    #question_ds1_lastname.text h1.question-text,
    #question_ds1_street.text h1.question-text,
    #question_ds1_city.text h1.question-text,
    #question_ds1_state.text h1.question-text,
    #question_ds1_zip.text h1.question-text {
	display: inline-block;
   	width: 150px;
   	text-align: left;
    }
}

@media (min-width: 561px) {
    #question_ds1_firstname.text h1.question-text,
    #question_ds1_lastname.text h1.question-text,
    #question_ds1_street.text h1.question-text,
    #question_ds1_city.text h1.question-text,
    #question_ds1_state.text h1.question-text,
    #question_ds1_zip.text h1.question-text {
	display: inline-block;
   	width: 150px;
   	text-align: right;
    }
}


#question_ds1_firstname input[type="text"],
#question_ds1_lastname input[type="text"],
#question_ds1_street input[type="text"],
#question_ds1_city input[type="text"],
#question_ds1_state input[type="text"],
#question_ds1_zip input[type="text"] {
	display: inline;
	width: 25em;
	
}

