body {
    background-color: #f5f6f8;
}

.navbar-brand {
    font-weight: 600;
}

.card {
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.table td, .table th {
    vertical-align: middle;
}

.form-sm .form-label {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
}

.table-compact {
    font-size: 0.82rem;
}

.table-compact td, .table-compact th {
    line-height: 1.15;
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}
