table.sortable thead th[data-field]{position:relative;cursor:pointer}table.sortable thead th[data-field]:after{position:absolute;bottom:8px;right:8px;display:block;font-family:'Glyphicons Halflings';opacity:.2;content:"\e150";font-weight:400}table.sortable thead th[data-field][data-sorted=asc]:after{opacity:.5;content:"\e155"}table.sortable thead th[data-field][data-sorted=desc]:after{opacity:.5;content:"\e156"}