.faq-search-box{
}

.faq-search-button{
}

.faq-show-all{
  color : #525A40;
  text-decoration : none;
}

.faq-container{
}

.faq-category{
  font-size : 14px;
  color: #9CCF31;
  font-weight: bold;
  margin-top : 20px;
  border-bottom: solid #9CCF31 thin;
}

.faq-question{
  cursor : pointer;
  font-style : italic;
  color: #0606AA;
}

.faq-answer{
  color : ##525A40;
  padding : 5px;
  margin-bottom : 5px;
}

.faq-up{
  font-style:italic;
	color: #525A40;
	font-weight: normal;
}