.faq-search-box{
}

.faq-search-button{
}

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

.faq-container{
}

.faq-category{
  font-size : 120%;
  color : #0F67A1;
  margin-top : 20px;
}

.faq-question{
  cursor : pointer;
  font-style : italic;
}

.faq-answer{
  background-color : #FAFAFA;
  padding : 5px;
  margin-bottom : 5px;
}

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