.welcomePageTitle {
    font-size: 30px;
    /* Adjust the font size as needed */
    color: blue;
    /* Remove the default underline */
}


.paginate_button {
    font-size: 12px !important;
    padding: 1px 3px 0px 3px !important;
}

table.dataTable {
    border-collapse: unset !important;
    border-spacing: 0 !important;
}

#dataTable_wrapper {
    font-size: 12px !important;
}

.dataTables_length {
    padding-bottom: 10px !important;
}

.dataTables_filter {
    padding-bottom: 10px !important;
}

.dataTables_filter input {
    font-size: 12px !important;
    padding: 2px 3px 2px 3px !important;
}
