table.sortable thead {
background-color:grey;
color:#000000;
font-weight: bold;
cursor: default;
}

table.sortable th {
background-color:#f6f6f6;
color:#000000;
font-weight: bold;
cursor: default;
}