/* For the remove-white-spaces-table class */
.remove-white-spaces-table tbody tr td {
    white-space: nowrap !important;
}

/* For the align-left-table class */
.align-left-table tbody tr td {
    text-align: left !important;
}
