.tablesorter-blue tbody td,
.tablesorter-blue tfoot td,
.tablesorter-blue tfoot th {
    padding: .3rem;
}
.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
    background-image: url('data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==');
    background-repeat: no-repeat;
    background-position: center right;
    padding: .3rem 18px .3rem .3rem;
    white-space: normal;
    cursor: pointer;
	outline:none;
}
.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerAsc,
.tablesorter-blue .tablesorter-headerSortUp {
    background-color: #f3f7d7;
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7');
	outline:none;
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerDesc,
.tablesorter-blue .tablesorter-headerSortDown {
    background-color: #f3f7d7;
    background-image: url('data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7');
	outline:none;
}
.tablesorter-blue thead .sorter-false {
    background-image: none;
    cursor: default;
    padding: .3rem;
}

.tablesorter-blue td {
    padding: .3rem;
}
