/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 15 Jan 2025, 13:50:26
    Author     : chism
*/

/**************************** Timetable styles ***********************/

.timetable {
    border: 1px solid black;
}

.timetable th {
    color: white;
    font-weight: bold;
    font-size: 16px;
    border: 1px solid black;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    background-color: black;
}

.timetable td {
    color: black;
    padding: 5px;
    border: 1px solid black;
}