@charset "UTF-8";
@import url("editor.css");
.editor {
  word-wrap: break-word;
  /* global */
  /* custom */
}
.editor address, .editor cite {
  font-style: italic;
}
.editor em, .editor strong, .editor th, .editor b {
  font-weight: bolder;
}
.editor ul, .editor ol {
  padding: 0;
}
.editor ul li {
  padding-left: 1.15em;
  text-indent: -1.15em;
}
.editor ul li::before {
  border-radius: 50%;
  content: " ";
  margin-left: 2px;
  margin-right: 0.6em;
}
.editor img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.editor table {
  border-collapse: collapse;
}
.editor .tableWrap {
  overflow-x: auto;
}
.editor .row {
  display: -ms-flexbox;
  -ms-flex-direction: row;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.editor .grid {
  box-sizing: border-box;
  padding: 0 15px;
  width: 100%;
}

/*# sourceMappingURL=editor_style.css.map */
