figure {
  text-align: center;
}

figcaption {
  font-style: italic;
}

table {
  width: 100%;
  table-layout: auto;
}

td:first-child {
  width: 1px;
  white-space: nowrap;
  vertical-align: top;
}

td:first-child img {
  display: block;
  max-width: none;
  height: auto;
}

td:last-child {
  width: auto;
  padding-left: 15px;
}

td img {
  width: 240px;
  max-width: none;
}