/* Article body images.
   Kept from the Froala editor stylesheet that DataLife Engine used to serve
   (/engine/classes/min/index.php?f=engine/editor/css/default.css) - only the
   classes that actually appear in the articles are left here. */

img.fr-dib {
  display: block;
  float: none;
  margin: 5px auto;
  vertical-align: top;
}

img.fr-dii {
  display: inline-block;
  float: none;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - 10px);
  vertical-align: bottom;
}
