/* Sortable tables */
table.sortable thead {
    background-color:#DF5B5A;    
    font-weight: bold;
    cursor: default;
}
table.sortable tr {
    background-color:#FFE7E4;  
    cursor: default;
}