.editor-content address,
.editor-content blockquote,
.editor-content dd,
.editor-content div,
.editor-content dl,
.editor-content dt,
.editor-content fieldset,
.editor-content form,
.editor-content frame,
.editor-content frameset,
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6,
.editor-content noframes,
.editor-content ol,
.editor-content p,
.editor-content ul,
.editor-content center,
.editor-content dir,
.editor-content hr,
.editor-content menu,
.editor-content pre {
  display: block;
  unicode-bidi: embed;
}
.editor-content li {
  display: list-item;
}
.editor-content head {
  display: none;
}
.editor-content table {
  display: table;
  border-width: 1px;
}
.editor-content * + table {
  margin-top: 14px;
}
.editor-content tr {
  display: table-row;
}
.editor-content thead {
  display: table-header-group;
}
.editor-content tbody {
  display: table-row-group;
}
.editor-content tfoot {
  display: table-footer-group;
}
.editor-content col {
  display: table-column;
}
.editor-content colgroup {
  display: table-column-group;
}
.editor-content td,
.editor-content th {
  display: table-cell;
  border-width: 1px;
  padding: 12px 16px;
}
.editor-content td p,
.editor-content th p {
  margin: 0;
}
.editor-content td p + p,
.editor-content th p + p {
  margin-top: 10px;
}
.editor-content caption {
  display: table-caption;
}
.editor-content th {
  font-weight: bolder;
  text-align: center;
}
.editor-content caption {
  text-align: center;
}
.editor-content h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
.editor-content h2 {
  font-size: 1.5em;
  margin: 0.75em 0;
}
.editor-content h3 {
  font-size: 1.17em;
  margin: 0.83em 0;
}
.editor-content h4,
.editor-content p,
.editor-content blockquote,
.editor-content ul,
.editor-content fieldset,
.editor-content form,
.editor-content ol,
.editor-content dl,
.editor-content dir,
.editor-content menu {
  margin: 1.12em 0;
}
.editor-content h5 {
  font-size: 0.83em;
  margin: 1.5em 0;
}
.editor-content h6 {
  font-size: 0.75em;
  margin: 1.67em 0;
}
.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6,
.editor-content b,
.editor-content strong {
  font-weight: bolder;
}
.editor-content blockquote {
  margin-left: 40px;
  margin-right: 40px;
}
.editor-content i,
.editor-content cite,
.editor-content em,
.editor-content var,
.editor-content address {
  font-style: italic;
}
.editor-content pre,
.editor-content tt,
.editor-content code,
.editor-content kbd,
.editor-content samp {
  font-family: monospace;
}
.editor-content pre {
  white-space: pre;
}
.editor-content button,
.editor-content textarea,
.editor-content input,
.editor-content select {
  display: inline-block;
}
.editor-content big {
  font-size: 1.17em;
}
.editor-content small,
.editor-content sub,
.editor-content sup {
  font-size: 0.83em;
}
.editor-content sub {
  vertical-align: sub;
}
.editor-content sup {
  vertical-align: super;
}
.editor-content table {
  border-spacing: 2px;
}
.editor-content thead,
.editor-content tbody,
.editor-content tfoot {
  vertical-align: middle;
}
.editor-content td,
.editor-content th,
.editor-content tr {
  vertical-align: inherit;
}
.editor-content s,
.editor-content strike,
.editor-content del {
  text-decoration: line-through;
}
.editor-content hr {
  border: 1px inset;
}
.editor-content ol,
.editor-content ul,
.editor-content dir,
.editor-content menu,
.editor-content dd {
  margin-left: 40px;
}
.editor-content ol {
  list-style-type: decimal;
}
.editor-content ol ul,
.editor-content ul ol,
.editor-content ul ul,
.editor-content ol ol {
  margin-top: 0;
  margin-bottom: 0;
}
.editor-content u,
.editor-content ins {
  text-decoration: underline;
}
.editor-content br:before {
  content: '\a';
  white-space: pre-line;
}
.editor-content center {
  text-align: center;
}
.editor-content :link,
.editor-content :visited {
  text-decoration: underline;
}
.editor-content :focus {
  outline: thin dotted invert;
}
.editor-content BDO[DIR='ltr'] {
  direction: ltr;
  unicode-bidi: bidi-override;
}
.editor-content BDO[DIR='rtl'] {
  direction: rtl;
  unicode-bidi: bidi-override;
}
.editor-content *[DIR='ltr'] {
  direction: ltr;
  unicode-bidi: embed;
}
.editor-content *[DIR='rtl'] {
  direction: rtl;
  unicode-bidi: embed;
}
.editor-content p,
.editor-content li {
  position: relative;
  color: #212326;
  font-size: 18px;
  line-height: 2;
  margin: 14px 0 0;
  font-weight: 400;
}
.editor-content li + li {
  margin-top: 14px;
}
@media print {
  .editor-content h1 {
    page-break-before: always;
  }
  .editor-content h1,
  .editor-content h2,
  .editor-content h3,
  .editor-content h4,
  .editor-content h5,
  .editor-content h6 {
    page-break-after: avoid;
  }
  .editor-content ul,
  .editor-content ol,
  .editor-content dl {
    page-break-before: avoid;
  }
}
