.typography {
  /* WYSIWYG EDITOR ALIGNMENT CLASSES
  -------------------------------------------- */
  /* IMAGES
  -------------------------------------------- */ }
.typography p {
  line-height: 18px;
  margin: 0 0 18px 0; }
.typography address {
  margin: 0 10px 18px 10px; }
.typography blockquote {
  margin: 10px;
  font-size: 11px;
  font-style: italic;
  margin: 0 10px 18px 10px; }
.typography pre {
  font-family: "Courier New", Courier;
  display: block;
  margin: 2px 5px;
  padding: 5px;
  border: 1px #989898 solid;
  background: #e9e9e9;
  margin: 0 0 18px 0; }
.typography table {
  margin: 0 0 18px 0;
  border-collapse: collapse;
  border-color: #989898; }
.typography table td {
  border-color: #989898;
  padding: 5px; }
.typography ul, .typography ol {
  margin: 0 0 18px 18px; }
.typography ul li, .typography ol li {
  margin: 5px 10px; }
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #4c4c4c;
  margin: 0 0 18px 0; }
.typography h1 {
  font-size: 24px; }
.typography h2 {
  font-size: 20px; }
.typography h3 {
  font-size: 18px; }
.typography h4 {
  font-size: 16px;
  margin: 0 0 16px 0; }
.typography h5 {
  font-size: 14px;
  margin: 0 0 12px 0; }
.typography h6 {
  font-size: 13px;
  margin: 0 0 12px 0; }
.typography .left {
  text-align: left; }
.typography .center {
  text-align: center; }
.typography .right {
  text-align: right; }
.typography img {
  border: none; }
.typography img.right {
  float: right;
  margin-left: 5px; }
.typography img.left {
  float: left;
  margin-right: 5px; }
.typography img.leftAlone {
  float: left;
  margin-right: 100%; }
.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block; }
