/* Style overrides for suneditor */
.sun-editor .se-btn {
    width: 18px !important;
    height: 18px !important;
}

.sun-editor button>svg {
    width: 8px !important;
    height: 8px !important;
}

.sun-editor button>span {
    font-size: 10px !important;
    line-height: 10px !important;
}

.sun-editor .se-btn-select.se-btn-tool-size {
    width: 70px !important;
}

.sun-editor .se-btn-select.se-btn-tool-format {
    width: 70px !important;
}

#projectSummaryContainer .sun-editor-editable>h1 {
    font-size: 2em;
}

#projectSummaryContainer .sun-editor-editable>h2 {
    font-size: 1.5em;
}

#projectSummaryContainer .sun-editor-editable>h3 {
    font-size: 1.17em;
}

#projectSummaryContainer .sun-editor-editable>h4 {
    font-size: 1em;
}

#projectSummaryContainer .sun-editor-editable>h5 {
    font-size: .83em;
}

#projectSummaryContainer .sun-editor-editable>h6 {
    font-size: .67em;
}
