    table {
        border-spacing: 0;
        font-size: small;
        table-layout: auto !important;
        white-space: nowrap !important;
    }

    td {
        padding: 0.1rem 0.3rem !important;
    }

    tr.text-center th {
        text-align: center !important;
    }

    .table td,
    .table th {
        align-content: center;
    }

    hr {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    /* DataTable */

    .dataTables_info,
    .pagination,
    .dataTables_length,
    .dataTables_filter {
        font-size: small !important;
    }