﻿    /* toolbar */
.mce-toolbar-grp {
    background-color: #c0e4dd !important; /* uses !important or override .mce-panel background-color/image */
    background-image: none !important;
}

/* text color */
#tinymce {
   color: #4847e5;
}

/* button text color */
.mce-ico {
   color: #4847e5;
}

/* button background color */
.mce-btn button {
    background-color: #c0e4dd;
}
body.mceContentBody {
   background: #FFF;
}
.Comments {        
}



