.faq_title_1 {
  font-weight:bold;
  font-size:2em;
  margin-top:0.5em;
}
.faq_title_2 {
  font-weight:bold;
  font-size:1.5em;
  margin-top:0.5em;
}
.faq_title_3 {
  font-weight:bold;
  font-size:1.2em;
  margin-top:0.5em;
}
.faq_title_4 {
  font-weight:bold;
  font-size:1em;
  margin-top:0.5em;
}
.faq_answer_text {
  font-size:1em;
  margin-top:0.5em;
}
table.faq {
  border-left: none;
  border-top: none;
  border-collapse: collapse;
  width:100%;
  
}
table.faq tr {
  height:2em;
}
.faq_search_highlight {
  font-weight:bold;
  background-color:yellow;
  height:1em;
}
.faq_right_panel {
  border-left:1px solid #ddd;
  padding:0.3em;
  padding-right:0;
  float:left;
  cursor:pointer;
  width:50%;

}
.faq_note {
  font-size:0.8em;
  color:blue;
}
