﻿table.table-sort > thead > tr > th[data-sortable="true"] .col-name {
  cursor: pointer; }

table.table-sort > thead > tr > th[data-sortable="true"].sort-column {
  text-decoration: underline; }
  table.table-sort > thead > tr > th[data-sortable="true"].sort-column[data-sort-priority]::after {
    display: inline-block;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
    bottom: -.25em;
    content: attr(data-sort-priority);
    text-decoration: none; }
