section.lt-gold-table {
  /*background-color: #cfb991;*/
  color: #000000;
  padding: 1rem 0 2rem;
}

section.lt-gold-table h1 {
  margin-bottom: 0;
}

section.lt-gold-table table.table thead {
  background-color: #8e6f3e;
  color: #ffffff;
  border-bottom: 3px solid #000000;
}

section.lt-gold-table table.table thead th,
table.table tbody td {
  border: none;
}

section.lt-gold-table table.table tbody * {
  color: black;
}

section.lt-gold-table table.table tbody a {
  color: #555960;
  text-decoration: underline;
}

section.lt-gold-table table.table tbody a:hover {
  color: black;
}

section.lt-gold-table table.table tbody tr:nth-child(odd) {
  background-color: #ede4d5;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

section.lt-gold-table table.table tbody tr:nth-child(even) {
  background-color: #ffffff;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

section.lt-gold-table table span.table-subtext {
  font-size: 0.8rem;
}