.wysiwyg-font-size-normal {
    font-size: 13px;
}
.wysiwyg-font-size-large {
  font-size: 16px;
}
.wysiwyg-font-size-small {
  font-size: 11px;
}

.draft-placeholder {
  background: #37c6ff;
  border: 1px solid #2093cf;
  padding: 1px 4px;
  border-radius: 5px;
  font-weight: bold;
}
.draft-placeholder:after {
  content: attr(data-trans);
}
