
    table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
      font-family: Arial, sans-serif;
    }
    th, td {
      border: 1px solid #ccc;
      padding: 8px;
    }
    th {
      background-color: #009fe3;
      color: white;
    }
    .light-gray {
      background-color: #f7f7f7;
    }
    .footer-row {
      text-align: left;
      font-weight: bold;
      padding: 10px;
    }
  