/* SORTABLE TABLES */

table.sortable thead tr {cursor: pointer;}

table.sortable tr:nth-child(2n) td {background-color: rgba(0,0,0,0.04);}

table.sortable th:hover:not(.sorttable_nosort) {background-color: rgba(50,0,0,0.1);}

.sorttable_nosort {cursor: default;}