.editor-html {
  line-height: 1.8;
  font-size: 16px;
}
.editor-html div {
  width: 100% !important;
}
.editor-html table {
  border: solid 1px #ebeef5;
  width: 100%;
  margin: 10px 0;
}
.editor-html table tbody {
  border-collapse: separate;
}
.editor-html table tbody td {
  border-bottom: solid 1px #ebeef5;
  border-right: solid 1px #ebeef5;
  padding: 12px 0;
  text-align: center;
}
.editor-html table tbody td p {
  margin-bottom: 0;
}
.editor-html ol,
.editor-html ul,
.editor-html li {
  list-style: unset;
}
.editor-html p {
  line-height: 1.6;
  font-size: 16px;
  min-height: 18px;
}
.editor-html img {
  display: block;
  max-width: 100%;
}
