icon[bizit=RichText] {
    background-image: url('index.png');
}
bizit[name=RichText] {
    width: 640px;
    height: 480px;
}
div[bizit=RichText] {
    overflow: auto;
}

table.mceLayout > tbody > tr.mceFirst > td.mceToolbar {
    border-top: none;
    background: transparent;
}

div[bizit=RichText] > p:first-child,
div[bizit=RichText] > h1:first-child,
div[bizit=RichText] > h2:first-child,
div[bizit=RichText] > h3:first-child,
div[bizit=RichText] > h4:first-child,
div[bizit=RichText] > h5:first-child,
div[bizit=RichText] > h6:first-child {
    margin-top: 0px;
}

div[bizit=RichText] h1 {
    font-size: 2.7em;
}
div[bizit=RichText] h2 {
    font-size: 2em;
}
div[bizit=RichText] h3 {
    font-size: 1.5em;
}
div[bizit=RichText] h4 {
    font-size: 1.35em;
}

table.mceLayout,
.mceIframeContainer {
    border: none !important;
}

.mceToolbar.mceLeft.mceFirst.mceLast {
    background: transparent;
}