.faq-wrapper {
	font-weight: bold;
	margin-bottom: 12px;
}

.faq-answer-wrapper {
	font-weight: normal;
	font-style: normal;
}

.faq-toc-list {
	margin-bottom: 10px;
}

.faq-toc-list a,
.faq-list a {}


ul.faq-list-items li {
	list-style: square;
	margin-left: 15px;
}

.faq-category-wrapper h2 {
	margin-top: 20px;
}

#faq-submit {
	float: left;
	width: 100%;
	margin-top: 15px;
}

#faq-submit a {
	font-size: .8em;
	line-height: 1.42857143;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	vertical-align: middle;
	border: 1px solid #07cbcd;
	transition: all 0.2s;
	padding: 18px 38px;
	border-radius: 5px;
	font-weight: 800;
	margin-top: 15px;
	color: #171f3a;
	background: #07cbcd;
}

#faq-submit a:hover {
	border: 1px solid #21de89;
	color: #171f3a;
	background: #21de89;
}