/* Set the height of the editor */
.ck-editor__editable_inline {
  min-height: 150px;
}

/* Set the width of the editor */
.ck.ck-editor {
  max-width: 95%;
}

/* Place elfinder above CiviCRM popup */
.ui-front.dialogelfinder {
  z-index: 9000;
}

.image.image-style-align-center {
  margin: 0 auto;
}

.image.image-style-align-left {
  float: left;
  margin-right: 1em;
}

.image.image-style-align-right,
.image.image-style-side {
  float: right;
  margin-left: 1em;
}
