/* Main styles */
body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Schedule table styles */
.schedule-item {
    padding: 5px;
    background-color: #f8f9fa;
    border-radius: 4px;
    font-size: 0.9rem;
}

.schedule-item small {
    color: #6c757d;
}

/* Table responsive */
.table-responsive {
    overflow-x: auto;
}

/* Card styles */
.card {
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-title {
    font-weight: 600;
}

/* Login page styles */
.min-vh-100 {
    min-height: 100vh;
}

/* Dashboard cards */
.card .display-4 {
    font-size: 2.5rem;
    font-weight: 300;
}

/* Button spacing */
.btn {
    margin-right: 5px;
    margin-bottom: 5px;
}