@CHARSET "ISO-8859-1";

table.fancy {
  background: transparent;
}
table.fancy tr:hover {
   background: lightsteelblue !important;
}

table.fancy th {
  background: gainsboro;
  text-align: left;
}
