

table {
    border-collapse: separate;
    border-spacing: 5px 0;
    table-layout: fixed;
    word-wrap: break-word;
}

td {
    padding: 10px 0;
}

.table > thead > tr > th {
     vertical-align: middle;
}

thead .sorting {
    background-image: url(../img/sort_both.png);
    background-repeat: no-repeat;
    background-position: center right;
}


thead .sorting_asc {
    background-image: url(../img/sort_asc.png);
    background-repeat: no-repeat;
    background-position: center right;
}

thead .sorting_desc {
    background-image: url(../img/sort_desc.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.dataTables_filter {
    float: right;
}

