#faq{
		background:#DEEADE;
		border:5px solid #DEEADE;
		cursor: pointer;
		margin-bottom:10px;
}
#faq .question, #faq .answer{
		margin-bottom:1px;
}
#faq .answer{
		display:none;
}
#faq .answer div{
		margin:10px 30px 10px 39px;
}
#faq .question{
		background-color:#94BA90;
		color:#004a15;
		font-weight:600;
}
#faq .question td, #faq .question span{
		color:#004a15;
		font-weight:600;
}
#faq table{
		width:98%;
		border-collapse: collapse;
}
#faq .number{
		width:30px;
}
#faq .number span{
		margin-left:10px;
}
#faq .questionText{
		border-left:1px solid #DEEADE;
		padding:5px 5px 5px 10px;
}
#faq .arrow{
		width:15px;	
		vertical-align:top;
}

