.faq {
	border-bottom: 1px solid #ddd;
}
.faq:nth-child(1) {
	border-top: 1px solid #ddd;
}
.faq:hover {
	cursor: pointer;
}
.faq .question {
	padding: 1em 0px;
	font-size: 1.1em !important;
	margin: 0px !important;
	text-align: center;
}
.faq .question span.plus,
.faq .question span.minus {
	float: left;
    color: #777;
    font-weight: bold;
    margin-right: 10px;
}
.faq .answer {
	font-size: 0.95em;
}
.faq .hidden {
	display: none;
}