﻿.sorting-table th {
    white-space: nowrap;
}

    .sorting-table th:not([data-sort="false"]) {
        cursor: pointer;
    }

.sorting-table .sorting-icon {
    color: #000 !important;
    opacity: .25;
}

    .sorting-table .sorting-icon.sorting-icon-active {
        color: #000 !important;
        opacity: 1;
    }
