/*
 *  Information Centre Styles
 */

div#faq {
  margin-top: 1.5em;
} 
div#faq ul { 
  margin-bottom: 2em !important;
}
div#faq ul li { 
  background-position: 0 4px !important;
}
div#faq ul li p.question a {
  text-decoration: none;  
}
div#faq ul li p.question a:hover {
  text-decoration: underline;  
}
div#faq ul li p.answer {
  font-weight: normal;
  display: none;
  margin: 1.7em 0 1.7em 0;
  border-left: 4px solid #fbdd9d;
  padding-left: 12px;
}