.show_hide_content_slide_question{	/* Styling question */

	color:#404F95;
    font-weight:bold;
	margin-bottom:5px;
	margin-top:10px;
	padding-left:0px;
	text-decoration: none;
/*	height:20px;*/

	overflow:hidden;
	cursor:pointer;
}
.show_hide_content_slide_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;
	padding-left:6px;
}
.show_hide_content_slide_answer_content{	/* Content that is slided down */
	padding:1px;
	position:relative;
	margin-bottom:10px;
}

