#advancedSearch_results table {
    width: 100%
}

#advancedSearch_results table td.creation div, #advancedSearch_results table td.modified div {
    text-align: center;
}

/* Sorting */
#advancedSearch_results thead th.sortable {
    cursor: pointer;
}

#advancedSearch_results thead th.sortable:hover {
    background-color: #DDDDDD;
}

#advancedSearch_results thead th.sorted {
    background-color: #DDDDDD;
}