div.faq-title {
  position: relative;
  font-size: 9pt;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}

div.faq-note {
  font-size: 7pt;
  font-weight: normal;
  font-style: italic;
}

div.faq-description {
  font-size: 8pt;
  font-weight: normal;
  font-style: italic;
  margin: 0;
  padding: 5px 1em 1em;
  display: none;
}

div.faq-entry {
  margin: 0.5em;
  padding: 5px;
  border-bottom: 1px solid #E1DCD7;
  position: relative;
}

div.faq-answer {
  display: none;
  padding: 1em;
  margin: 1em 0 0;
  background-color: #f1f1f1;
  font-weight: bolder;
  font-style: normal;
}

div.faq-answer-entry {
  margin-bottom: 1em;
}

div.faq-answer-entry-note {
  font-size: 8pt;
  font-style: italic;
  margin-bottom: 1em;
}
