/*Table */
table.fan {
  margin: 1em 1em 1em 0;
  background: whitesmoke;
  border-collapse: collapse;
}
table.fan th, table.fan td {
  border-left: 1px silver solid;
  border-top: 1px silver solid;
  border-bottom: 1px silver solid;
  padding: 0.5em 0.3em;
}
table.fan.last th, table.fan.last td {
  border-right: 1px silver solid;
}
table.fan th {
  background: gainsboro;
  text-align: left;
}
table.fan caption {
  margin-left: inherit;
  margin-right: inherit;
}
