.ckeditor {
	height: auto;
	overflow-y: auto;
	border: 1px dotted transparent;
}
.ckeditor.highlight {
	/* border-color: #eee; */
}
b {
	font-weight: bold;
}
.cke {
	z-index: 99999 !important;
}
.cke_dialog {
	z-index: 100000 !important;
}
#wpadminbar #wp-admin-bar-wpfe >.ab-item:before {
    content: "\f464";
    top: 2px;
}
#wpadminbar #wp-admin-bar-wpfe >.ab-item.editing {
	color: #50FF48;
}
.cke_button__save.wait .cke_button_icon,
.cke_button__save.success .cke_button_icon {
	background-image: url(../imgs/sprites.png) !important;
}
.cke_button__save.wait .cke_button_icon {
	background-position: -1px -118px !important;
}
.cke_button__save.success .cke_button_icon {
	background-position: -19px -118px !important;
}
/*
.ckeditor img {
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
}
*/
.ckeditor_style_001,
.ckeditor_style_001 a,
.ckeditor_style_002 {
	color: #bf1e2e !important;
	font-weight: bold;
}
.ckeditor_style_001 { font-size: 20px; }
.ckeditor_style_002 { font-size: 16px; }

.ckeditor_style_003 {
	color: #0e6876;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.ckeditor_style_004 {
	margin-bottom: 10px;
}
.ckeditor_style_005 {
	margin-top: 10px;
}
.ckeditor_style_006 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.ckeditor_style_007, .ckeditor_style_007 * {
	color: #bf1e2e !important;
}
.ckeditor_style_008 {
	border-left: 3px solid #729094;
}
.ckeditor_style_009 {
	color: #fff;
	background-color: #739093;
	padding: 10px;
	border-radius: 4px;
}
.ckeditor.cke_editable .wpfe_block {
	border: 1px dotted #ccc;
}
.wpfe_block {
	float: left;
	display: inline-block;
	min-width: 10px;
	min-height: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.wpfe_clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
