  table {
    border-collapse: collapse;
  }

  td, th {
    border: thin solid black;
    padding: 2px 6px;
  }

  th {
    background-color: #858585;
  }

  tr:nth-child(odd) {
    background-color: #BDBDBD;
  }
