table {
    /*table-layout: fixed;*/
}

table tbody tr td {
    max-width: 20px;
    min-width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: .4rem;
}

table th {
    max-width: 20px;
    min-width: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

table thead {

}

table thead .sorting {
    background: url('../img/sort_both.png') no-repeat center right;
    cursor: pointer;
}

table thead .sort-asc {
    background: url('../img/sort_asc.png') no-repeat center right;
    cursor: pointer;
}

table thead .sort-desc {
    background: url('../img/sort_desc.png') no-repeat center right;
    cursor: pointer;
}