
@import url('faq-list.css');

#faq
{
	margin: 30px 0 0 0;
}

.question h3
{
	color: #333 !important;
}

.faq-category
{
	margin: 0 0 30px 0;
}

.js-enabled .folded .question h3
{
	text-decoration: none;
	font-size: 0.9em;
}

.category-name
{
	margin-bottom: 20px;
}

