  
/* 完美融合網頁深藍主色的自訂樣式 */
.school-table-container { padding: 10px 0 30px 0;  }
  
/* 學期大標題：呼應右側公告欄的深藍色（#28354c），左側加上質感動態條 */
.semester-header { font-size: 1.2rem; font-weight: 600; color: #28354c; padding-left: 12px; border-left: 4px solid #28354c; margin-bottom: 15px; margin-top: 35px; letter-spacing: 1px;  }
  
/* 讓第一個標題不要頂到最上方 */
.school-table-container .semester-header:first-child { margin-top: 10px;  }
  
/* Bootstrap 表格客製化微調 */
.table-school { border-collapse: separate; border-spacing: 0; margin-bottom: 5px;  }
  
/* 表頭風格樣式 */
.table-school thead th { background-color: #28354c; color: #ffffff; font-size: 14px; font-weight: 500; padding: 10px 12px; letter-spacing: 1px; border: none;  }
  
/* 內容資料列樣式 */
/*.table-school tbody td { font-size: 13.5px; color: #333333; padding: 11px 12px; vertical-align: middle; letter-spacing: 0.5px; border-bottom: 1px solid #dee2e6;  }*/
.table-school tbody td { font-size: 13.5px; color: #333333; padding:3px 10px 3px 10px; vertical-align: middle; letter-spacing: 0.5px; border-bottom: 1px solid #dee2e6;  }
  
/* 學號專用等寬字型，排版更齊整 */
.table-school tbody td.student-id { font-family: Consolas, Monaco, monospace; font-weight: 500;  }
  
/* 每張表格底部收尾線 */
.table-school tbody tr:last-child td { border-bottom: 2px solid #28354c;  }

  