body{
  font-family:  Helvetica, Arial,sans-serif;
  background: #8b3564;

}

body#front{
	background: #fff;
	/*background-image: url(img/px_by_Gre3g.webp);*/
	background-position: repeat;
}

body#front .surveyBody:hover{
	background: #ffd4eb;

}
body#front .surveyBody h3{
	    color: #424242;
	    font-weight: bold;
}
body#front .surveyBody h3 small{
	    color: #424242;
	    font-weight: normal;
	    font-size: 80%;
}

h2,h3{
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	font-size: 25px;
}
#disclaimer{
	color: white;
	font-weight: bold;
}
.sd-question__required-text{
	display: none;
}
.surveyBody{
	background: #f3f3f3;
	padding: 5px;
}
#surveyResult {
	
	font-size: 17px;
	padding: 20px 0;
}
#surveyResult b{
	font-size: 120%;
}

#surveyResult p{
	margin: 0 0 5px 0;
}