/* From http://www.kryogenix.org/code/browser/sorttable/ */

/* Sortable tables */
table.sortable a.sortheader {
  background-color: #eee;
  color: #666666;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
table.sortable span.sortarrow {
  color: black;
  text-decoration: none;
}
