.simditor-body {
  min-height: 300px;
  outline: none;
  cursor: text;
  position: relative;
  z-index: 1;
  background: transparent;
}
.simditor-body a.selected {
  background: #b3d4fd;
}
.simditor-body a.simditor-mention {
  cursor: pointer;
}
.simditor-body .simditor-table {
  position: relative;
}
.simditor-body .simditor-table.resizing {
  cursor: col-resize;
}
.simditor-body .simditor-table .simditor-resize-handle {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  cursor: col-resize;
}
.simditor-body pre {
  /*min-height: 28px;*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  word-wrap: break-word !important;
  white-space: pre-wrap !important;
}
.simditor-body img {
  cursor: pointer;
}
.simditor-body img.selected {
  box-shadow: 0 0 0 4px #cccccc;
}

.simditor-body a, .editor-style a {
  color: #4298BA;
  text-decoration: none;
  word-break: break-all;
}
.simditor-body a:visited, .editor-style a:visited {
  color: #4298BA;
}
.simditor-body a:hover, .editor-style a:hover {
  color: #0F769F;
}
.simditor-body a:active, .editor-style a:active {
  color: #9E792E;
}
.simditor-body a:hover, .simditor-body a:active, .editor-style a:hover, .editor-style a:active {
  outline: 0;
}
.simditor-body h1, .simditor-body h2, .simditor-body h3, .simditor-body h4, .simditor-body h5, .simditor-body h6, .editor-style h1, .editor-style h2, .editor-style h3, .editor-style h4, .editor-style h5, .editor-style h6 {
  font-weight: normal;
  margin: 40px 0 20px;
  color: #000000;
}
.simditor-body h1, .editor-style h1 {
  font-size: 24px;
}
.simditor-body h2, .editor-style h2 {
  font-size: 22px;
}
.simditor-body h3, .editor-style h3 {
  font-size: 20px;
}
.simditor-body h4, .editor-style h4 {
  font-size: 18px;
}
.simditor-body h5, .editor-style h5 {
  font-size: 16px;
}
.simditor-body h6, .editor-style h6 {
  font-size: 16px;
}
.simditor-body p, .simditor-body div, .editor-style p, .editor-style div {
  word-wrap: break-word;
  margin: 0 0 15px 0;
  color: #333;
  word-wrap: break-word;
}
.simditor-body b, .simditor-body strong, .editor-style b, .editor-style strong {
  font-weight: bold;
}
.simditor-body i, .simditor-body em, .editor-style i, .editor-style em {
  font-style: italic;
}
.simditor-body u, .editor-style u {
  text-decoration: underline;
}
.simditor-body strike, .simditor-body del, .editor-style strike, .editor-style del {
  text-decoration: line-through;
}
.simditor-body ul, .simditor-body ol, .editor-style ul, .editor-style ol {
  list-style: disc outside none;
  margin: 15px 0;
  padding: 0 0 0 40px;
  line-height: 1.6;
}
.simditor-body ul li, .simditor-body ol li, .editor-style ul li, .editor-style ol li {
  list-style-type: inherit;
}
.simditor-body ul ul, .simditor-body ul ol, .simditor-body ol ul, .simditor-body ol ol, .editor-style ul ul, .editor-style ul ol, .editor-style ol ul, .editor-style ol ol {
  padding-left: 30px;
}
.simditor-body ul ul, .simditor-body ol ul, .editor-style ul ul, .editor-style ol ul {
  list-style: circle outside none;
}
.simditor-body ul ul ul, .simditor-body ol ul ul, .editor-style ul ul ul, .editor-style ol ul ul {
  list-style: square outside none;
}
.simditor-body ol, .editor-style ol {
  list-style: decimal;
}
.simditor-body blockquote, .editor-style blockquote {
  border-left: 6px solid #ddd;
  padding: 5px 0 5px 10px;
  margin: 15px 0 15px 15px;
}
.simditor-body blockquote > :first-child, .editor-style blockquote > :first-child {
  margin-top: 0;
}
.simditor-body code, .editor-style code {
  display: inline-block;
  padding: 0 4px;
  margin: 0 5px;
  background: #eeeeee;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
  word-break: break-all;
  word-wrap: break-word;
}
.simditor-body pre, .editor-style pre {
  padding: 10px 5px 10px 10px;
  margin: 15px 0;
  display: block;
  line-height: 18px;
  background: #F0F0F0;
  border-radius: 3px;
  font-size: 13px;
  font-family: 'monaco', 'Consolas', "Liberation Mono", Courier, monospace;
  white-space: pre;
  word-wrap: normal;
  overflow-x: auto;
}
.simditor-body pre code, .editor-style pre code {
  display: block;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}
.simditor-body hr, .editor-style hr {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 15px 0;
  padding: 0;
}
.simditor-body table, .editor-style table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  margin: 15px 0;
}
.simditor-body table thead, .editor-style table thead {
  background-color: #f9f9f9;
}
.simditor-body table td, .simditor-body table th, .editor-style table td, .editor-style table th {
  min-width: 40px;
  height: 30px;
  border: 1px solid #ccc;
  vertical-align: top;
  padding: 2px 4px;
  text-align: left;
  box-sizing: border-box;
}
.simditor-body table td.active, .simditor-body table th.active, .editor-style table td.active, .editor-style table th.active {
  background-color: #ffffee;
}
.simditor-body img, .editor-style img {
  margin: 0 5px;
  vertical-align: middle;
}
