table.fancytable {
  margin: 1em 1em 1em 0;
  border-collapse: collapse;
}
table.fancytable tr:hover {
   background: #F0F0F0 !important;
}
table.fancytable th, table.fancytable td {
  border: 0px silver solid;
  padding: 0.2em;
}
table.fancytable th {
  background: gainsboro;
  text-align: left;
}
table.fancytable caption {
  margin-left: inherit;
  margin-right: inherit;
}
