.rtErr {
	color: red;
}

/*around a chapter's intro text */
div.rtIntro {
	
}

/*around a couple of questions*/
div.rtQuestions {
	/*padding: 4px;*/	
}

/*around one question*/
div.rtQuestionBlock {
	margin-top: 15px;
	/*border: 1px solid #dcebf7;*/
	border: 1px solid #e9e9f4;
}

/*around a question's text*/
div.rtQuestion {
	padding: 4px;
	/*background-color: #dcebf7;*/
	background-color: #f2f2f9;	
	font-size: 13px;
}

/*around the comment to a question, read in the conclusion*/
div.rtAnswer {
	margin: 4px;
}

/*around the choice the user made*/
div.rtChoice {
	margin: 4px;
	font-size: 13px;
}

/*around a chapter (title, subtitle and some questions)*/
div.rtBlock {
	/*margin-bottom: 4px;
	padding: 4px;
	border: 1px solid #ddd;*/
}

div.rtBlock h2 {
	margin-top: 2em;
}

/*around the content of popup windows*/
div.rtPopup {
	margin: 8px;
}

/*bmi calculation window: categories of weight */
div.rt_bmi_categories {
	border: 1px solid black;
	padding: 4px;
	margin-bottom: 2em;
}

div.risktestbanner {
	height: 192px;
	border: 5px solid #9195b5;
	background-color: #d2d5eb;
	padding-right: 1em;
}

div.risktestbanner img {
	float: left;
	margin: 0 1em 0 0;
	display: block;
}
