:root {
    --nus-blue: #003D7C;
    --nus-orange: #EF7C0;
    --blue-dark: #02294a;
    --blue-light: #2e58a4;
}

.btn-blue {
    border-radius: 20px;
    color: #fff;
    background-color: var(--blue-dark);
}


/* Programme table */
.programme-table {
    margin-top: 1rem;
}
/* .programme-table tr:first-child td {
    border-top: 1px solid #dee2e6;
} */
.programme-table td {
    padding: 1rem 0.5rem;
}
