.cke_combopanel {
    height: 330px !important;
}

/*div.cke_contents {
  min-height: 37px !important;
}

div.cke_inner {
  position: relative;
  min-height: 37px;
}*/

/*
.cke_inner * {
  box-sizing: border-box !important;
  border: none !important;
}

.cke_button {
  box-sizing: content-box !important;
}

.field-name-body .text-format-wrapper .cke_top {
  position: relative !important;
  width: auto !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
}

.field-name-body .text-format-wrapper .cke_bottom {
  position: relative !important;
  width: auto !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
}

.field-name-body .text-format-wrapper .cke_contents {
  position: relative !important;
  width: auto !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: auto !important;
}

.text-format-wrapper .cke_top {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 120px !important;
  height: 37px !important;
}

.text-format-wrapper .cke_bottom {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: 120px !important;
  height: 37px !important;
}

.text-format-wrapper .cke_contents {
  position: absolute !important;
  top: 0 !important;
  left: 120px !important;
  right: 120px !important; 
  right: 0 !important;
  height: 37px !important;
}*/