/*
* custom.css
******************************************************************************/

/* This hides the sort icons on all non-orderable columns */
th.sorting_disabled::after,
th.sorting_disabled::before {
  display: none !important;
}
