.note-editor.note-frame.fullscreen {
    z-index: 99999999;
    background: #FFF;
}

.note-editing-area {
    background: #FFF;
    border: 1px solid rgb(219, 219, 219);
}

.note-editor.note-frame,
.note-editor .note-toolbar,
.note-editor.note-frame .note-statusbar {
    background: inherit;
    border: 0;
}

.panel-heading.note-toolbar {
    padding: 0 0 7px 0;
    border: 0 !important;
}

.note-editor .form-group {
    padding: 15px 10px 15px 15px;
}

.note-editor div.checkbox {
    padding: 0 20px;
}

.note-editor .btn {
    padding: 4px 12px;
    background-color: #e3e3e3;
}

.note-editor .btn:hover {
    background-color: #d3d3d3;
}

.note-image-input {
    border: 0;
}

textarea.summernote {
    min-height: 200px;
}

textarea.summernote.large,
textarea.summernote.extended {
    min-height: 400px;
}

.dropdown-nugget a {
    display: block;
    font-size: .9em;
    padding: .3em .4em;
    white-space: nowrap;
}

.dropdown-nugget a:nth-child(even) {
    background: #F9F9F9;
}

.dropdown-nugget hr {
    margin: .8em 0;
}

.note-editable .nugget {
    font-family: "Courier New";
}

.note-toggle {
    float: right;
}

.note-toggle .btn {
    background-color: transparent !important;
}