  table, tr, td, th {
      border: 1px solid #000;
      border-collapse: collapse;
      padding: 2px;
  }
  th {
      background-color: #C5E0F4;
  }
  tr:nth-child(even) {
      background-color: #D8D8D8;
  }
  .tableHeader {
      color: #fff;
      background-color: #1D9ADD;
      font-size: x-large;
  }
