table {
  margin-bottom: 1.25rem;
  table-layout: auto;
  width: 100%; }
  table caption {
    background: transparent;
    color: #162233;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #162233; }
    table thead tr th,
    table thead tr td {
      padding: 20px 25px;
      font-size: 1.8rem;
      font-weight: bold;
      color: #fff;
      font-family: 'AlternateGothic', sans-serif;
      letter-spacing: 2px;
      font-weight: normal; }
  table tfoot {
    background: whitesmoke; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #162233; }
  table tr th,
  table tr td {
    padding: 15px 25px;
    font-size: 1.2rem;
    color: #162233;
    text-align: left;
    font-family: 'Playfair Display', sans-serif; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #fedd4b; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }
