@charset "UTF-8";
/* CSS Document */

.richtext .cke_bottom,
.richtext a.cke_combo_button,
.richtext .cke_toolgroup {
    background-color: #FFF;
    background-image: none;
}

.richtext .cke_inner,
.richtext .cke_top,
.richtext .cke_contents, 
.richtext .cke_chrome {
    border-radius: 3px;
}


.richtext .cke_bottom {
    border-radius: 0 0 3px 3px;
    border-top-color: #eee;
}

.richtext a.cke_combo_button {
    border-color: #ccc;
}
.richtext 
.cke_toolgroup a:not(:last-of-type) {
    border-right: 1px solid #ccc;
}

.richtext .cke_toolgroup {
    border-color: #ccc;
}

.richtext .cke_chrome {
    border-color: #c6cdd4;
    /* box-shadow: none; */
}