table.datatable {
    border: 1px solid gray;
    border-collapse:collapse;
}

table.datatable thead tr {
    background-color: #ddd;
    color:#555;
    cursor: pointer;
}

table.datatable thead th:hover {
    background-color: #ccc;
}
