
table.faqs {
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  border-bottom: 1px solid #808080;
}

  tr.faq_sect {
    font-weight: bold;
  }
    tr.faq_sect td {
      padding: 0.25em;
      border-top: 1px solid #808080;
    }
    td.faq_sect {
      color: black;
      background-color: white;
      text-decoration: none;
    }
    td.faq_sect:hover {
      color: white;
      background-color: #567b8d;
      text-decoration: underline;
    }
    td.faq_sect_opened {
      color: black;
      background-color: #E0E0E0;
      text-decoration: underline;
    }
    td.faq_sect_opened:hover {
      color: white;
      background-color: #567b8d;
      text-decoration: underline;
    }

  tr.faq_quest {
    vertical-align: top;
  }
    tr.faq_quest td {
      border-top: 1px solid #C0C0C0;
    }
    td.faq_q {
      padding: 0.25em;
      width: 2.5em;
      text-align: right;
    }
    td.faq_quest {
      padding: 0.25em;
      color: black;
      background-color: white;
      text-decoration: none;
    }
    td.faq_quest:hover {
      color: white;
      background-color: #567b8d;
      text-decoration: underline;
    }
    td.faq_quest_opened {
      padding: 0.25em;
      color: black;
      background-color: #E0E0E0;
      text-decoration: underline;
    }
    td.faq_quest_opened:hover {
      color: white;
      background-color: #567b8d;
      text-decoration: underline;
    }

  tr.faq_answer {
    vertical-align: top;
  }
    td.faq_a {
      border-top: 1px solid #F0F0F0;
      padding: 0.75em 0.25em 0.25em 0.25em;
      width: 2.5em;
      text-align: right;
    }
    td.faq_answer {
      border-top: 1px solid #F0F0F0;
      padding: 0.25em;
    }
      td.faq_answer div {
        margin-top: 0.5em;
        margin-bottom: 0.5em;
      }


      table.see_also {
      }

        tr.see_also_head {
          text-decoration: underline;
        }
          td.see_also_head {
            padding-left: 0;
          }

        tr.see_also {
          vertical-align: top;
        }
          td.see_also_link {
            padding-left: 2em;
          }
            a.see_also_link {
            }
          td.see_also_desc {
            padding-left: 1em;
            padding-right: 1em;
          }


