td#RedactorTableCell {
    /* border: solid #fff thin; */
}

/* toolbar background and other styles */
.redactor-toolbar {
    background: #333;
}

/* toolbar buttons */
.redactor-toolbar li a {
    color: #fff;
    padding: 4px 5px;
}

/* buttons hover state */
.redactor-toolbar li a:hover {
    background: #555;
    color: #fff;
}

/* buttons active state */
.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
    background: #777;
    color: #fff;
}

div.redactor-editor {
    /* background: #000; */
    border: solid #333 medium;
    color: #000;
    height: 7em;
    padding: 2px 6px;
}