body {
    background-color: #f8f9fa;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title {
    font-weight: 500;
}

.table th {
    font-weight: 600;
}

.badge {
    font-size: 0.75em;
}