#sorttable_sortfwdind, #sorttable_sortrevind {
  display: none;
}
/*th {
  font-size: 16px;
}
*/
table.sortable th:not(.sorttable_nosort):after, th.sorttable_sorted::after, th.sorttable_sorted_reverse::after {
  content: " ";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  vertical-align: baseline;
}
th.sorttable_sorted::after {
  background: url("/images/sort_arrows_down.png");
  background-size: cover;
}
th.sorttable_sorted_reverse::after {
  background: url("/images/sort_arrows_up.png");
  background-size: cover;
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  background: url("/images/sort_arrows_none.png");
  background-size: cover;
}
