body {
    font-family: Georgia, serif;
    padding-bottom: 20px;
    overflow-y: scroll;
}

    body.linux {
        font-family: Gelasio, serif;
    }

.dropdown-menu li a.dropdown-item.active {
    font-weight: bold;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}

    .dropdown-menu li a.dropdown-item.active:hover {
        background-color: var(--bs-dropdown-link-hover-bg);
    }

.no-bs-focus-ring:focus {
    box-shadow: none;
    outline: auto;
}

.shopItem button {
    margin-bottom: 20px;
}

.pd-curr-project td {
    color: green !important;
}

.pd-curr-test td {
    color: mediumblue !important;
}

.pd-curr-noclass td {
    color: darkred !important;
}

@media print {
    .navbar {
        display: none !important;
    }
}
