.cke, .cke_1, .cke_chrome {
    border-color: transparent!important;
}

.cke_toolbar a, a.cke_button, .cke_button, .cke_button a {
    color: white!important;
}

.cke_toolbar_start, .cke_toolbar_end {
    /* // color: white!important; */
    /* // border: 2px solid yellow!important; */
}

.cke_toolbar .cke_button:last-child {
	/* // border-right: 1px solid white!important; */
}

.cke_button {
    background-color: transparent!important;
    border-color: transparent!important;
}

.cke_button:hover {
    background-color: transparent!important;
    border-color: transparent!important;
    cursor: pointer!important;
}

.cke_top {
    background-color: rgb(228, 228, 228)!important;
	border: 1px solid rgb(228, 228, 228)!important;
	border-top-left-radius: 5px!important;
	border-top-right-radius: 5px!important;
}

.cke_contents {
	border-left: 1px solid rgb(228, 228, 228)!important;
	border-right: 1px solid rgb(228, 228, 228)!important;
}

.cke_bottom {
    background-color: rgb(228, 228, 228)!important;
	border: 1px solid rgb(228, 228, 228)!important;
	border-bottom-left-radius: 5px!important;
	border-bottom-right-radius: 5px!important;
}

.cke .cke_reset_all:last-child {
    height: 16px!important;
}

.cke_path {
    display: none!important; 
}

.cke_resizer {
    border-color: transparent white transparent transparent!important;
    margin-top: 0px!important;
    margin-right: 3px!important;
}
