.editor-toolbar {
  position: fixed;
  left: 5px;
  width: 25px;
  text-align: center;
  margin: auto 0px;
}

.editor-toolbar a {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px dotted #333;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  background-image: url('/statics/editor.png?v=1.0.1');
  background-repeat: no-repeat;
}

.editor-toolbar .separator {
  width: 100%;
  height: 0px;
  background-color: #0150ff;
  margin: 10px 0px;
}

.editor-toolbar a.disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.editor-toolbar a.edit-btn {background-position: -200px -49px;}
.editor-toolbar a.save-btn {background-position: -52px -26px;}
.editor-toolbar a.undo-btn {background-position: -324px -74px;}
.editor-toolbar a.redo-btn {background-position: -347px -74px;}
.editor-toolbar a.remove-format-btn {background-position: -324px -25px;}
.editor-toolbar a.bold-btn {background-position: -77px -26px;}
.editor-toolbar a.italic-btn {background-position: -101px -26px;}
.editor-toolbar a.underline-btn {background-position: -125px -26px;}
.editor-toolbar a.justifyleft-btn {background-position: -77px -50px;}
.editor-toolbar a.justifycenter-btn {background-position: -54px -50px;}
.editor-toolbar a.justifyright-btn {background-position: -30px -50px;}
.editor-toolbar a.orderedlist-btn {background-position: -176px -26px;}
.editor-toolbar a.unorderedlist-btn {background-position: -200px -26px;}
.editor-toolbar a.blockquote-btn {background-position: -249px -26px;}
.editor-toolbar a.outdent-btn {background-position: -126px -49px;}
.editor-toolbar a.indent-btn {background-position: -102px -49px;}
.editor-toolbar a.link-btn {background-position: -274px -26px;}
.editor-toolbar a.cut-btn {background-position: -52px -26px;}
.editor-toolbar a.copy-btn {background-position: -52px -26px;}
.editor-toolbar a.paste-btn {background-position: -52px -26px;}



/* overwrite normalize */
b, strong {
  font-weight: bold !important;
}


.image-editor {
  cursor: pointer;
}

.content-separator {
  border-bottom: 1px dotted #000;
  height: 1px;
  margin: 5px 0px;
}