/*
 *  Additional styles for the faq app.  
 */

a,a:hover {
  color: blue;
  text-decoration: none;
  }

.answer {
  display: none;
  background-color: #EEEEEE;
  padding: 5px 10px;
  margin-bottom:10px;
  }
