.content_question{	/* Styling question */
	/* Start layout CSS */
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0px;
	padding-right:0px;
	height:0px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.content_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:950px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.content_answer_content{	/* Content that is slided down */
	padding:0px;
	position:relative;
}
