table.medaltable {
    border: 2px solid #D36622;
    background-color: #FFFFFF;
    text-align: center;
    border-collapse: collapse;
  }
  table.medaltable td, table.medaltable th {
    border: 1px solid #AAAAAA;
    padding: 3px 2px;
  }
  table.medaltable tbody td {
    font-size: 13px;
    color: #060A21;
  }
  table.medaltable tr:nth-child(even) {
    background: #F5D5AA;
  }
  table.medaltable thead {
    background: #CE6421;
  }
  table.medaltable thead th {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    border-left: 2px solid #CE6421;
  }
  table.medaltable thead th:first-child {
    border-left: none;
  }
  
  table.medaltable tfoot {
    font-size: 13px;
    font-weight: bold;
    color: #FFFFFF;
    background: #CE6421;
  }
  table.medaltable tfoot td {
    font-size: 13px;
  }
  table.medaltable tfoot .links {
    text-align: right;
  }
  table.medaltable tfoot .links a{
    display: inline-block;
    background: #FFFFFF;
    color: #CE6421;
    padding: 2px 8px;
    border-radius: 5px;
  }