div.faq_question h2
{
	display: inline;
	font-size: inherit;
	margin: 0;
}

div.faq_container
{
	display: flex;
	justify-content: start;
	margin-top: 12px;
}

div.faq_number
{
	padding-right: 6px;
}

div.faq_content
{
	width: 100%;
}

div.faq_answer
{
	display: none;
	border: 1px solid #bbb;
	background: #f3f3f3;
	padding: 8px;
	margin-top: 6px;
}

div.faq_answer p
{
	margin-bottom: 0;
}

img.faq_close
{
	float: right;
	width: 20px;
	height: auto;
	margin-left: 8px;
	margin-bottom: 8px;
}
