.jsortable-table thead td,.jsortable-table thead th{
  cursor: pointer;
}
.jsortable-table thead td:after,.jsortable-table thead th:after{
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  color: #999;
}
.jsortable-table thead td[sort="asc"]:after,.jsortable-table thead th[sort="asc"]:after{
  content: "\e155";
}

.jsortable-table thead td[sort="desc"]:after,.jsortable-table thead th[sort="desc"]:after{
  content:"\e156";
}
