/* Extra styling for FAQ page. */

table#faq_binaries_table {
  width: 80%;
  margin-left: 5em;
}

table#faq_binaries_table tr:nth-child(odd) {
  background-color: #f8f8f8;
}

table#faq_binaries_table tr:nth-child(odd) th {
  background-color: #fff;
}

table#faq_binaries_table td {
  padding-bottom: 1.0em;
}