.table {
  font-size: 12px; }
  .table caption {
    background-color: #D19D30;
    line-height: 16px;
    color: #231F20;
    text-transform: uppercase;
    padding: 2rem;
    font-weight: 600;
    caption-side: top; }
    .table caption.condensed {
      padding: 0.5rem; }
  .table thead > tr > th {
    background-color: #615756;
    color: #FFF;
    font-weight: 400; }
    .table thead > tr > th a {
      color: white; }
  .table tr {
    font-size: 12px; }
  .table a {
    font-weight: 600; }
