/**
 * @file
 * WYSIWYG styles
 *
 * @author Thomas Keitel <thomas.keitel@mail.footprint.de>
 * @copyright footprint e.K.
 */

/* .......................................................................... */

.clear-floats, hr {
  clear: both;
}

.txt-smaller {
  font-size: 0.85em;
}

.img-left {
  float: left;
  margin: 0 1em 1em 0;
}

.img-right {
  float: right;
  margin: 0 0 1em 1em;
}
