.faq_category{
	margin-bottom: 1px;
}
.faq_category > h2 {
	position: relative;
	margin: 0;
	padding: 8px 15px;
	line-height: 1;
	font-size: 18px;
	text-transform: uppercase;
	background: #f2f2f2;
	cursor: pointer;
}
.faq_category > h2:before {
	content: "\f077";
	position: absolute;
	font: normal normal normal 14px/1 FontAwesome;
	top: 9px;
	right: 15px;
}
.faq_category.expanded > h2:before {
	content: "\f078";
}
.faq-category-body{
	display: none;
	overflow: hidden;
	padding:0 15px;
	border:3px solid #F1F2F4;
	border-top:0;
	border-bottom:0;
}
.faq_category.last .faq-category-body{
	border-bottom:3px solid #F1F2F4;
}
.questions{
	margin:15px 0;
}
.questions > .question{
	padding:0 0 15px;
	margin-bottom:15px;
	border-bottom:1px solid #ddd;
}
.questions .question:nth-last-child(1){
	border-bottom:0;
}
.question h3{
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}
.questions .answer{
	display: none;
	padding-top: 15px;
}
.faq_category .links{
	padding-bottom:15px;
}
.form-ask table{
	width: 100%;
	border:1px solid #ddd;
}
.form-ask table th,.form-ask table td{
	padding:10px;
	vertical-align: top;
}