.sortorder:after {
  content: '\25b2';
}
.sortorder.reverse:after {
  content: '\25bc';
}


.j-forms .table .table-scroll tbody {
    position: absolute;
    overflow-y: scroll;
    height: 250px;
}

.j-forms .table .table-scroll tr {
    width: 100%;
    table-layout: fixed;
    display: inline-table;
}

.j-forms .table .table-scroll thead > tr > th {
    border: none;
}
