@charset "UTF-8";
/* CSS Document */

#questionsContainer {
	margin:10px 20px;
	text-align:left;
	border-bottom:2px solid #333333;
}

#answersContainer {
	margin:10px 20px;
	text-align:left;

}

.questionCategory {

}

.questionCategoryTitle {
	font-weight:bold;
}


.answerItem {
	padding:15px 0px;
}

.answerTitle {
	font-style:italic;
	font-weight:bold;
}

.answerText {
	color:#333333;
	margin:5px 15px;
}

.answerCategory {
	float:right;
	width:150px;
	margin:0px 15px 0px 15px;
	font-size:12px;
	color:#666666;
	text-align:right;
}