#mw-mf-overlay .tableContent > table {
  box-shadow: -4px 10px 10px -1px #aaaaaa;
}
#content table.expando {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
}
#content table.expando tbody {
  margin-top: 30px;
}
#content table.expando tbody tr.overlayZoomer,
#content table.expando tbody tr.overlayZoomer td,
#content table.expando tbody tr.expandoVertical td,
#content table.expando tbody tr.expandoVertical {
  position: absolute;
  left: 0;
  right: 0;
}
#content table.expando tbody tr.overlayZoomer {
  top: 0;
}
#content table.expando tbody tr.overlayZoomer td {
  top: 0;
  padding: 0;
  line-height: 30px;
  height: 30px;
  background-color: white;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/zoom.png);
}
#content table.expando tbody tr.expandoVertical {
  bottom: 0;
}
#content table.expando tbody tr.expandoVertical.expanded td {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#content table.expando tbody tr.expandoVertical td {
  text-indent: -999px;
  overflow: hidden;
  bottom: 0;
  background-color: white;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/show.png);
}
