.table.sortable th.header {
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(img/header.gif);
    cursor: pointer;
}

.table.sortable th.header.sorting_asc {
    color: #657224;
    background-image: url(img/header.asc.gif);
}

.table.sortable th.header.sorting_desc {
    color: #657224;
    background-image: url(img/header.desc.gif);
}

.table.filterable thead td {
    padding: 0 1%;
}

.table.filterable thead td input {
    width: 100%;
    margin: 0;
}
