table.sortable th:not(.no-sort){position:relative;cursor:pointer;padding-right:15px!important}table.sortable th:not(.no-sort)::after{font-family:FontAwesome;content:"\f0dc";color:transparent;position:absolute;right:5px}table.sortable th:hover::after{color:#333}table.sortable th.sorted::after{color:#333}table.sortable th.sorted.descending::after{content:"\f0d7"}table.sortable th.sorted.ascending::after{content:"\f0d8"}