/* Keep the post editor in one clear, rich-text mode. The legacy X5 switcher
   exposes a second plain-text state that makes the page look like two editors. */
.cid-editor-page #e_switcher,
.cid-editor-page #e_simple,
.cid-editor-page #e_fullswitcher,
.cid-editor-page .edt .bar .y,
.cid-editor-page .tedt .bar .y{
	display:none!important;
}
.cid-editor-page #e_controls.bar,
.cid-editor-page .tedt .bar{
	min-height:0!important;
	padding-right:14px!important;
}
.cid-editor-page .edt .area,
.cid-editor-page .tedt .area{
	display:block!important;
}
