/**
 *  FAQ
 *
 *  This stylesheet contains rules relating to the FAQ section.
 *
 *  @package thameslink_faq
 */

#faq-view-all h2 {
	color: #000;
}

#faq-categories ul {
	margin-bottom: 15px;
}

#faq-answers dl dt {
	color: #000;
	font-size: 1.1em;
	margin-bottom: 3px;
}

#faq-answers .back-to-top {
	display: block;
	margin: 15px 0;
}

.mini-faq ul {
	margin: 0 0 24px 0;
}

.mini-faq ul li {
	list-style: none;
	margin: 2px 0;
}