.content h2 {
  padding-top: 32px;
  padding-bottom: 8px;
  font-size: 1.5rem;
  font-weight: 700;
}

.content h3 {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.025rem;
}

.content h4,
.content h5,
.content h6 {
  padding-top: 8px;
  padding-bottom: 4px;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: -0.025rem;
}

.content p {
  padding-top: 16px;
  padding-bottom: 8px;
  line-height: 1.5rem;
}

.content pre {
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: monospace;
}

.content em {
    font-style: italic;
}
.content sub {
    vertical-align: sub;
}
.content sup {
    vertical-align: super;
}
.content strong {
    font-weight: 700;
}

.content th {
  border: 1px solid black;
  font-weight: 700;
  padding: 4px;
}

.content td {
  border: 1px solid black;
  padding: 4px;
}

.content table {
  border-collapse: collapse;
}

/* Apply a default padding if legacy cellpadding attribute is missing */
.content table:not([cellpadding]) th,
.content table:not([cellpadding]) td {
  padding: 0.4rem;
}
/* Set default table styles if a table has a positive border attribute
    and no inline css */
    .content table[border]:not([border="0"]):not([style*="border-width"]) th,
    .content table[border]:not([border="0"]):not([style*="border-width"]) td {
  border-width: 1px;
}
/* Set default table styles if a table has a positive border attribute
    and no inline css */
    .content table[border]:not([border="0"]):not([style*="border-style"]) th,
    .content table[border]:not([border="0"]):not([style*="border-style"]) td {
  border-style: solid;
}
/* Set default table styles if a table has a positive border attribute
    and no inline css */
    .content table[border]:not([border="0"]):not([style*="border-color"]) th,
    .content table[border]:not([border="0"]):not([style*="border-color"]) td {
  border-color: #ccc;
}
.content figure {
  display: table;
  margin: 1rem auto;
}
.content figure figcaption {
  color: #999;
  display: block;
  margin-top: 0.25rem;
  text-align: center;
}
.content hr {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.content code {
  background-color: #e8e8e8;
  border-radius: 3px;
  padding: 0.1rem 0.2rem;
}
.content.mce-content-body:not([dir="rtl"]) blockquote {
  border-left: 2px solid #ccc;
  margin-left: 1.5rem;
  padding-left: 1rem;
}
.content.mce-content-body[dir="rtl"] blockquote {
  border-right: 2px solid #ccc;
  margin-right: 1.5rem;
  padding-right: 1rem;
}
