body.editstyle {
  table-layout: fixed;
  word-wrap: break-word;
  font-size: 15px;
  line-height: 1.7;
  padding: 12px 10px;
  color: #464646;
}

body.editstyle a {
  text-decoration: none;
  color: #117e96;
}

body.editstyle a:hover {
  color: #126e7d;
  text-decoration: none;
  transition: all 0.3s;
}

body.editstyle h1, body.editstyle h2 {
  display: block;
  margin: 0;
  font-size: 30px;
  font-weight: bold;
}

body.editstyle h3 {
  display: block;
  margin: 0;
  font-size: 22px;
  font-weight: bold;
}

body.editstyle h4 {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

body.editstyle img {
  margin: 4px 0;
  max-width: 100%;
  vertical-align: middle;
}

body.editstyle table {
  border-style: solid;
  border-collapse: collapse;
  max-width: 100%;
  font-size: 13px;
  word-wrap: break-word;
}

body.editstyle table td {
  padding: 3px;
  word-wrap: break-word;
  word-break: break-all;
}

body.editstyle ul {
  list-style: disc;
  padding-left: 36px;
}

body.editstyle ol {
  list-style: decimal;
  padding-left: 36px;
}

body.editstyle blockquote {
  margin: 0;
  padding-left: 12px;
}

body.editstyle *::-moz-selection, body.editstyle::-moz-selection {
  background: #11AAC1;
  color: #FFF;
}

body.editstyle *::selection, body.editstyle::selection {
  background: #11AAC1;
  color: #FFF;
}

/*# sourceMappingURL=forum_editor.css.map */
