/* tables */
table.tablesorter thead tr .header::after {
    float: right;
    content: "\f0dc";
    font-family: FontAwesome;
    cursor: pointer;
}
table.tablesorter thead tr .headerSortUp::after {
    float: right;
    content: "\f0dd";
    font-family: FontAwesome;
    
}
table.tablesorter thead tr .headerSortDown::after {
    float: right;
    content: "\f0de";
    font-family: FontAwesome;
}

/* unused, highlight selected column */
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
/* grid elements */
.grid2{width: 14.6666667%;float: right;}
.grid3{width: 23%;float: left;}
.grid4{width: 31.3333333%;float: left;}
