
table.stupidtable th[data-sort]{
  cursor:pointer;
}
table.stupidtable tr.awesome{
  color: red;
}
table.stupidtable th {
      background-color: #eee;
}
