/****************************************************************************************/
#buttons .buttons li:nth-child(n+2) {
	margin-top: 6px;
}

#buttons .buttons .button {
	height: 38px;
}
/****************************************************************************************/
#faq .group {
	padding-top: 20px;
}
#faq .group:nth-child(n+2) {
	margin-top: 50px;
}

#faq h2 {
	font-size: 2.4rem;
	line-height: 3.4rem;
}

#faq .accordions {
	margin-top: 25px;
}

#faq .accordion {
	border-width: 1px 0 0 0;
}

#faq .accordion .header {
	padding: 15px 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
}
#faq .accordion .header > :first-child {
	padding-right: 15px;
}
#faq .accordion .header .plus-minus > * {
	width: 17px;
	height: 17px;
}

#faq .accordion .body > * {
	padding: 18px 0 20px 0;
	line-height: 2.7rem;
}
/****************************************************************************************/