table.fancy {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
  font:bold 14px Arial;
  text-transform: uppercase;
  margin:8px 0;
}
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: left;
  color:#006bae;
}
table.fancy caption {
  margin-left: inherit;
  margin-right: inherit;
}


