/* FAQ */

table.faq {
  width:100%;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  border-right: 1px solid #C8C8C8;
  border-left: 1px solid #C8C8C8;
}
table.faq .faq_left {
  width:200px;
  background-color: #E6F7FB;
  padding: 25px;
  vertical-align: top;
  font-size: 10px
}
table.faq .faq_right {
  background-color: #FAFDFE;
  padding: 25px;
  border-left: 1px solid #C8C8C8;
  vertical-align: top
}
