/* Sort direction arrows */
table.sortable thead tr th:not(.no-sort) {cursor: pointer;}
table.sortable thead tr th.sort-asc  span.arrow-asc, table.sortable thead tr th.sort-desc span.arrow-desc {display: inline; padding-left:2px;}
span.arrow-asc, span.arrow-desc {display: none;}