.fontsize {
  font-size: 1.3em;
}
.table-container {
    margin-top: -20px;
    width: 100%;
}
table {
  width: calc(100% - 40px);
  border-collapse: collapse;
  font-size: 1em;
  margin: 20px auto;
  color: #000;
  border: 2px solid black; /* Black border around the table */
}
th, td {
  border: 1px solid #FFF;
  padding: 8px;
  text-align: center;
}
th {
    background-color: #0070C0;
    color: #fff !important;
  }
tr:nth-child(even) {
  background-color: #E0F2FF; /* Very light blue */
}
tr:nth-child(odd) {
  background-color: #B3D9FF; /* Light blue */
}
.black-text {
  color: black;
  font-weight: bold;
}
.yellow-bc { background-color: #fdfd96; }
.orange-bc { background-color: #ffd700; }
.winter2025 { background-color: #b0e0e6; }
.spring2025 { background-color: #98fb98; }
.blue-bc { background-color: #87cefa; }
.green-bc { background-color: #66cdaa; }
.jan2026 { background-color: #ffd700; font-weight: bold; }
.white-bc { background-color: white; }
