#crudTable_wrapper #crudTable .sorting:after, #crudTable_wrapper #crudTable .sorting_asc:after, #crudTable_wrapper #crudTable .sorting_asc_disabled:after, #crudTable_wrapper #crudTable .sorting_desc:after, #crudTable_wrapper #crudTable .sorting_desc_disabled:after {
    content: "\f0d7";
    font: normal normal normal 14px/1 Line Awesome Free;
    font-weight: 900;
    left: 5em;
    display: none;
}

#crudTable_wrapper #crudTable .sorting:before, #crudTable_wrapper #crudTable .sorting_asc:before, #crudTable_wrapper #crudTable .sorting_asc_disabled:before, #crudTable_wrapper #crudTable .sorting_desc:before, #crudTable_wrapper #crudTable .sorting_desc_disabled:before {
    content: "\f0d8";
    font: normal normal normal 14px/1 Line Awesome Free;
    font-weight: 900;
    left: 5em;
    top: 1em;
    display: none;
}

