.sortable-table thead th {
  cursor: pointer
}
.sortable-table thead th:after {
  padding-left: 7px
}
.sortable-table thead th[data-sort-direction="0"]:after {
  font-family: "FontAwesome";
  content: "\f0dc"
}
.sortable-table thead th[data-sort-direction="1"]:after {
  font-family: "FontAwesome";
  content: "\f0de"
}
.sortable-table thead th[data-sort-direction="-1"]:after {
  font-family: "FontAwesome";
  content: "\f0dd"
}
.sortable-table.sortable-fa-icons thead th:after {
  font-family: FontAwesome
}
.sortable-table.sortable-fa-icons thead th[data-sort-direction="0"]:after {
  content: "\f0dc"
}
.sortable-table.sortable-fa-icons thead th[data-sort-direction="1"]:after {
  content: "\f0de"
}
.sortable-table.sortable-fa-icons thead th[data-sort-direction="-1"]:after {
  content: "\f0dd"
}