/* Reduce default table font size */
#software_licences_tbl_wrapper tbody, #sessions_tbl_wrapper tbody {
    font-size: 15px;
}

/* Reduce table font size for small screens */
@media screen and (max-width: 496px) {
    #software_licences_tbl_wrapper thead, #software_licences_tbl_wrapper tbody,
    #sessions_tbl_wrapper thead, #sessions_tbl_wrapper tbody {
        font-size: 14px;
    }
}

/* DataTables overrides */
div.dataTables_filter {
    text-align: left !important;
}

div.dataTables_filter input {
    margin-left: 0 !important;
}

div.dataTables_length {
    text-align: right !important;
}

div.dataTables_length label, div.dataTables_length label select, div.dataTables_paginate {
    font-size: 13px;
}

.page-item.active .page-link {
    background-color: #6c757d;
    border-color: #6c757d;
}
