.faq-container{
	max-width: 900px;
	margin: 0 auto;
}

.faq-item{
	font-size: 20px;
	/*box-shadow: 0 0 7px rgba(0,0,0,.2);*/
	/*border-radius: 5px;*/
	overflow: hidden;
	margin-bottom: 20px;
}
.faq-item .faq-title{
}
.faq-item .faq-title a{
	/*background-color: #eee;*/
	display: block;
	padding: 10px 20px;
	text-decoration: none !important;
	font-weight: bold;
	color: #006519 !important;
	cursor: pointer;
}
.faq-item .faq-title a:hover{
	background-color: #006519;
	color: #fff !important;
}

.faq-body{
	/*border: #ddd 1px solid;*/
	padding: 20px 30px;
	padding-top: 0;
	border-top: none;
}
.faq-body ul{
	padding-left: 12px;
}

.faq-link{
	padding: 14px 20px; 
	font-size: 14px;
	border: #ccc 1px solid;
	border-radius: 10px;
	margin-top: 15px;
	margin-bottom: 20px;
}
.faq-link a{
	display: block;
	margin-bottom: 14px;
	border-bottom: #eee 1px solid;
	padding-bottom: 14px;
}
.faq-link a.a-last{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.faq-link a:hover{
	text-decoration: none;
	color: #009625;
}
