/*
 * CKEditor
 */
.ck-editor .ck-editor__main {
  max-height: 400px;
  overflow-y: auto;
}
.ck-editor .ck-editor__main .ck-content {
  min-height: 250px;
}
.ck.ck-editor__main > .ck-editor__editable,
.ck-editor .ck-style-grid .ck-button_with-text {
  background: #eeeeee !important;
}
.ck.ck-style-panel {
  max-height: 260px !important;
}
.ck.ck-style-panel .ck-style-grid {
  display: block !important;
}
.ck.ck-style-panel .ck-style-grid .ck-style-grid__button {
  height: auto !important;
  margin: 10px 0;
  width: 100% !important;
}
.ck-style-dropdown .ck-dropdown__panel {
  max-width: 300px !important;
}
