#questionAnswerBlock {
   margin-top: 1em;
}
.questionAnswer {
   margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom-style: solid;
	border-bottom-color: #ECECEC;
	border-bottom-width: .1em;
}
.question {
   font-weight: bold;
}
.answer {
  margin-top: .5em;
}
.questionPrefix {
	color: Red;
}
.answerPrefix {
	color: Green;
}







