

#content {
    max-width: 1000px;
    float: none;
    margin: 0 auto;
}
#content:after {
    content: " ";
    display: table;
    clear: both;
}

legend {
    display: none;
}
.required.info {
    display: none;
}
fieldset ol {
    margin-top: 0;
    padding-top: 0;
}
fieldset ol.htmlEdit {
    width: 99.8%;
}
#Overview {
    height: 12em;
}
.mce-tinymce.mce-container.mce-panel {
    border-radius: 5px;
    border-color: #ccc;
    overflow: hidden;
}
.mce-edit-area.mce-container.mce-panel {
    border-color: #ccc;
}