img.note-float-left {
  margin-right: 10px;
  margin-bottom: 10px;
}
img.note-float-right {
  margin-left: 10px;
  margin-bottom: 10px;
}

.editable-inline-content-wrapper .note-editor.note-frame {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  /* border-top: 0;
  border-left: 0;
  border-right: 0; */
}
.note-editor.note-frame .note-modal-header {
  background-color: blue;
}

.editable-inline-content-wrapper .note-editor.note-frame .note-statusbar {
  /* display: none; */
}

.editable-inline-content-wrapper
  .note-editor.note-frame
  .note-editing-area
  .note-editable {
  /* padding-left: 0;
  padding-right: 0;
  padding: 0;
  border: 0; */
}

.scheme_original button.note-btn {
  padding: 5px 10px !important;
  background: #fff;
  color: #333;
  border-radius: 3px;
}
