a.cke_dialog_ui_button:hover {
    color: white;
}
.cke_dialog .ImagePreviewBox{width: 400px; height: 350px;}
.ckeditor_fileupload .ui-icon-plusthick {width: 16px; height: 16px;background-position: -32px -128px;}
.ckeditor_fileupload .ui-icon-cancel {width: 16px; height: 16px;background-position:  0px -128px;}
.ckeditor_fileupload .fileinput-button {display: inline-block}
.cke_combopanel__format{
    height: 110px
}
.cke_combo__format .cke_combo_text{
    width: 72px;
}
#cke_ckeditor{
    width: 100%;
    max-width: 726px;
}
.ckeditor_image_title,
.ckeditor_image_alt{
    width: 403px;
}
.ckeditor_image_preview_box{
    margin-left: 20px;
}
.ckeditor_table_align_select .cke_dialog_ui_input_select,
.ckeditor_table_headers_select .cke_dialog_ui_input_select{
    min-width: 130px
}

.ckeditor-wrapper-width-100perc #cke_ckeditor {
    max-width: none;
    width: auto;
}