.simditor-body {
  /* all: initial;  */
}

.simditor-body h1,
.simditor-body h2,
.simditor-body h3,
.simditor-body h4,
.simditor-body h5,
.simditor-body h6 {
  font-size: revert;
  font-weight: revert;
  margin: revert;
}

.simditor-body p {
  font-size: revert;
  margin: revert;
}

.simditor-body a {
  color: revert;
  text-decoration: revert;
}

.simditor-body ul,
.simditor-body ol {
  list-style: revert;
  margin: revert;
  padding: revert;
}

.simditor-body li {
  display: list-item;
}

.simditor-body table {
  border-collapse: revert;
  border-spacing: revert;
}

.simditor-body th,
.simditor-body td {
  text-align: revert;
  vertical-align: revert;
  border: revert;
  padding: revert;
}

.simditor-body img {
  max-width: 100%;
  height: revert;
  border: revert;
}

.simditor-body button,
.simditor-body input,
.simditor-body select,
.simditor-body textarea {
  font-family: revert;
  font-size: revert;
  margin: revert;
  padding: revert;
  border: revert;
  background-color: revert;
  color: revert;
}

.simditor-body hr {
  border: revert;
  margin: revert;
}

.simditor-body pre {
  font-family: monospace;
  white-space: pre;
  margin: revert;
}
