.dhtmlgoodies_question {	/* Styling question */
	/* Start layout CSS */
font-size: 18px;
	background-color:#082c91;
	/* border:solid 1px #f5ece5; */
	margin-bottom:5px;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	/* width:520px; */
		color:#fff;
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_question:hover {	/* Styling question */
	background-color:#e8212c;
	color:#FFFFFF;
}
.dhtmlgoodies_answer {	/* Parent box of slide down content */
	/* Start layout CSS */
	/* background-color:#fff; */
/* border:solid 1px #fff; */
	/* width:530px; */
	margin-bottom:5px;
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
}
.dhtmlgoodies_answer_content {	/* Content that is slided down */
	padding-bottom:20px;
	padding:10px;
	position:relative;/* color:#534633 !important; */
}
.dhtmlgoodies_answer_content h4 {
	font-size: 18px;
	font-style:normal;
}
