/**
 * @file
 * Sorting indicator (arrow up/down).
 */
.tablesorter th {
  /*cursor: pointer !important;*/
  position: relative;
}
#report_data_table thead.white_bg tr th {
    background-color: black;
}
