table.sortTable {
        /* make width 100% to make sure table width doesn't change with searches */
        /*width: 100%;*/
}

table.sortTable th[data-sortTable-order="0"]::after {
    content: "\A0\25B2";
}

table.sortTable th[data-sortTable-order="1"]::after {
    content: "\A0\25BC";
}

table.sortTable thead th input {
    width: 100%;
    text-align: left !important;
}

table.sortTable .sortTableHideRow {
    visibility: collapse;
}

table.sortTable .sortTableHideRow * {
    display: none;
}

