.rdw-editor-wrapper {
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  font-weight: initial;
  color: initial;
}

.rdw-editor-wrapper a {
  color: inherit;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

.rdw-editor-wrapper a:hover {
  color: #555555;
}

.rdw-editor-wrapper b, .rdw-editor-wrapper strong {
  font-weight: bold;
}

.rdw-editor-wrapper i, .rdw-editor-wrapper em {
  font-style: italic;
}

.rdw-editor-wrapper h1 {
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 1.0rem;
  margin-bottom: 0.50rem;
}

.rdw-editor-wrapper h2 {
  font-size: 1.50rem;
  font-weight: bold;
  margin-top: 1.0rem;
  margin-bottom: 0.25rem;
}

.rdw-editor-wrapper h3 {
  font-size: 1.375rem;
  font-weight: bold;
  margin-top: 1.0rem;
  margin-bottom: 0.25rem;
}

.rdw-editor-wrapper h4 {
  font-size: 1.250rem;
  font-weight: bold;
  margin-top: 1.0rem;
  margin-bottom: 0.25rem;
}

.rdw-editor-wrapper h5 {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 0.25rem;
}

.rdw-editor-wrapper h6 {
  font-size: 1.0rem;
  font-weight: bold;
  margin-top: 1.0rem;
  margin-bottom: 0.25rem;
}

.rdw-editor-wrapper h1:first-child, .rdw-editor-wrapper h2:first-child, .rdw-editor-wrapper h3:first-child, .rdw-editor-wrapper h4:first-child, .rdw-editor-wrapper h5:first-child, .rdw-editor-wrapper h6:first-child {
  margin-top: 0.50rem;
}

.rdw-editor-wrapper p {
  margin-bottom: 0.5rem;
}

.rdw-editor-wrapper p:first-child {
  margin-top: 0.5rem;
}

.rdw-editor-wrapper ul {
  margin-bottom: 0.5rem;
}

.rdw-editor-wrapper ol {
  margin-bottom: 0.5rem;
}

.rdw-editor-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0.5rem auto;
}

.rdw-editor-wrapper hr {
  margin-bottom: 0.5rem;
}

.rdw-editor-main {
  background: #fefefe;
  color: #222;
  line-height: 1;
}

.public-DraftStyleDefault-block {
  margin: 0.5rem 0 !important;
}
