.faq .faq-question {
	font-weight: bold;
	margin-top: 10px;
	line-height: 20px;
	cursor: pointer;
}

.faq .faq-question:hover {
	text-decoration: underline;
}

.faq .faq-answer {
	color: #777;
	display: none;
}