.mce-content-body div.mce-resizehandle {
  z-index: 1000;
}
.mce-offscreen-selection {
  display: none;
}
#editor-container {
  font-size: 16px;
  color: #1e1e1e;
  background: #fff;
  margin: 25px;
}
#editor-container p,
#editor-container section,
#editor-container>div {
  padding: 0;
  margin: 0;
  line-height: 1.75em;
  margin-bottom: 16px;
  margin-top: 16px;
  word-break: break-all;
}
#editor-container p::selection {
  background-color: #d9ebfe;
}
#editor-container img {
  margin: 0 auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
  border-radius: 3px;
}

#editor-container > h1 {
  font-size: 24px;
  color: #1e1e1e;
  letter-spacing: 0.34px;
  line-height: 30px;
  position: relative;
  margin-top: 18px;
  margin-bottom: 15px;
  margin-bottom: 16px;
  margin-top: 16px;
  font-weight: bold;
}

#editor-container > h2 {
  font-size: 20px;
  color: #1e1e1e;
  letter-spacing: 0.34px;
  line-height: 30px;
  position: relative;
  margin-top: 18px;
  margin-bottom: 15px;
  margin-bottom: 16px;
  margin-top: 16px;
  font-weight: bold;
}

#editor-container > h3 {
  font-size: 16px;
  color: #1e1e1e;
  letter-spacing: 0.34px;
  line-height: 30px;
  position: relative;
  margin-top: 18px;
  margin-bottom: 15px;
  margin-bottom: 16px;
  margin-top: 16px;
  font-weight: bold;
}

#editor-container a {
  display: inline-block;
  color: #1872bb;
  letter-spacing: 0.3px;
  line-height: 1.625;
}


#editor-container table{ font-size: 14px; width: 100%; margin-bottom: 8px;}
#editor-container th{ border: 1px #e4e4e4 solid; border-collapse: collapse; padding: 15px 8px; word-break: break-all; background: #f2f1ef; color: inherit; vertical-align: middle; font-size: 14px; font-weight: bold; text-align: left;}
#editor-container td{ border: 1px #e4e4e4 solid; border-collapse: collapse; padding: 15px 8px; word-break: break-all; font-size: 14px;}
#editor-container th,
#editor-container td{ min-width: 34px; }
#editor-container table p{ text-indent: 0; margin: 0; line-height: 1.1;}

