.faq-search-box{
}

.faq-search-button{
}

.faq-show-all{
  text-decoration : none;
}

.faq-container{
}

.faq-category{
	color: #85B916;
	font-size: 14px;
	font-weight: bold;
  margin-top : 20px;
}

.faq-question{
  cursor : pointer;
  font-weight: normal;
  margin-left: 20px;
  margin-top: 10px;
  font-style: italic;
}

.faq-answer{
	margin: 10px;
  padding : 10px;
  border: #85B916 thin solid;
}

.faq-up{
  color : #0F67A1;
  text-decoration : none;
}