div.faq-item {
  font-family: gothambook, helvetica, arial, sans;
  padding-bottom: 15px;
}

div.question {
  font-family: gothambold, helvetica, arial, sans;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
  color: #e41f38;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px dotted #e41f38;
}

div.answer {
}

table.answer-table {
  color: #282828;
  border-spacing: 1px;
}

table.answer-table tr td {
  background-color: #bcbcbc;
  vertical-align: top;
  padding: 8px;
}

table.answer-table-w-column-titles tr:first-child, table.answer-table-w-row-titles tr td:first-child {
  color: #282828;
  font-family: gothambold, helvetica, arial, sans;
  font-weight: bold;
  white-space: nowrap;
}