figure {
  margin: 0.5em 0 1em;
  padding: 0.5em;
  border: 1px solid #ccc;
  background: #f9f9f9;
}

figure.figure-right {
  float: right;
  margin-left: 1.5em;
  clear: right;
}

figure.figure-left {
  float: left;
  margin-right: 1.5em;
  clear: left;
}

figure.figure-center {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

figure.figure-none {
  display: block;
}

figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

figcaption {
  text-align: center;
  font-style: italic;
  font-size: 0.85em;
  color: #555;
  margin-top: 0.4em;
}

img {
  max-width: 100%;
  height: auto;
}

.md-typeset table {
  font-size: 0.8em;
}
