/* CSS Document */
  table {
    width: 99%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  th,
  td {
    border: 1px solid #ccc;
    padding: 6px;
    width: 14.28%;
    text-align: left;
  }
  th {
    background-color: #e0e0e0;
  } /* Header background */
  .alternate-week {
    background-color: #f2f2f2;
  } /* Soft gray for the alternating weeks */
  .location {
    padding: 3px 0;
  }
  .reserved {
    text-decoration: line-through;
    color: #a0a0a0;
  } /* Reserved indication */
  .available {
    font-weight: bold;
  } /* Available indication */
  .maint {
    color: #a0a0a0;
    background-color:yellow;
  } /* Maintenance indication */
  .BCLG {
    color: red;
  }
  .BCUG {
    color: blue;
  }
  .WPG {
    color: green;
  }
  .TP {
    color: #804040;
  }
  .CPPA {
    color: #cc00cc;
  }
  .empty {
    background-color: #f8f8f8;
  }/* Responsive font size adjustments */
@media (max-width: 450) {
}
  .location {
    font-size: 12px;
  }
.tableStyle {
  border-bottom: #cc0099 1pt inset;
  border-left: #cc0099 1pt inset;
  padding-bottom: 0.75pt;
  padding-left: 0.75pt;
  padding-right: 0.75pt;
  border-top: #cc0099 1pt inset;
  border-right: #cc0099 1pt inset;
  padding-top: 0.75pt;
  mso-border-alt: inset #cc0099 0.75pt;
}
.parkName {
  font-family: 'Arial', 'sans-serif';
  color: #804040;
  mso-fareast-font-family: 'Times New Roman';
}
    table {
    width: 99%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  th,
  td {
    border: 1px solid #ccc;
    padding: 6px;
    width: 14.28%;
    text-align: left;
  }
  th {
    background-color: #e0e0e0;
  } /* Header background */
  .alternate-week {
    background-color: #f2f2f2;
  } /* Soft gray for the alternating weeks */
  .location {
    padding: 3px 0;
  }
  .reserved {
    text-decoration: line-through;
    color: #a0a0a0;
  } /* Reserved indication */
  .maint {
    font-weight: bold;
  } /* Available indication */
  .maint {
    color: #a0a0a0;
    background-color:yellow;
  } /* availableenance indication */
  .BCLG {
    color: red;
  }
  .BCUG {
    color: blue;
  }
  .WPG {
    color: green;
  }
  .TP {
    color: #804040;
  }
  .CPPA {
    color: #cc00cc;
  }
  .empty {
    background-color: #f8f8f8;
  }