table.fancy {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
}
table.fancy tr:hover {
   background: lightsteelblue !important;
}
table.fancy th, table.fancy td {
  border: 1px silver solid;
  padding: 0.2em;
}
table.fancy th {
  background: gainsboro;
  text-align: center;
  width: 7em;
}
table.fancy td {
  text-align: center;
}

table.fancy caption {
  margin-left: inherit;
  margin-right: inherit;
}
