:root {
    --bs-body-font-family: 'Roboto Condensed', Arial, sans-serif;
}

.small-button {
    font-size: 10px;
    /* Compact font */
    padding: 4px 8px;
    /* Minimal padding */
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #f8f8f8;
}

@media screen and (max-width: 800px) {
    .tabulator-footer .tabulator-footer-contents {
        display: flex !important;
        flex-direction: column !important;
    }
}