/* ==========================================================
   SCHOOLS – PAGE SPECIFIC
   ========================================================== */

/* Search input ID */
#schoolSearchInput {
    width: 280px;
}

/* Column sizing (Schools has 3 columns) */
#schoolTable th:nth-child(1) { width: auto; }
#schoolTable th:nth-child(2) { width: 280px; }
#schoolTable th:nth-child(3) { width: 140px; }

#schoolTable td:nth-child(2) {
    white-space: nowrap;
}

#schoolTable td:nth-child(3) {
    text-align: center;
    white-space: nowrap;
}


/* ---------- Center semester + status columns ---------- */

#schoolTable th:nth-child(2),
#schoolTable th:nth-child(3),
#schoolTable td:nth-child(2),
#schoolTable td:nth-child(3) {
    text-align: center;
}

