body {
    background-color: #f8f9fa;
}

table a {
    text-decoration: none;
    color: #198754;
    font-weight: 500;
}

table a:hover {
    text-decoration: underline;
}

.text-success {
    font-weight: bold;
}

.text-danger {
    font-weight: bold;
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.4rem;
}

.btn i {
    pointer-events: none;
}
