.note-editor .note-editing-area {
    min-height: 200px;
    font-size: 14px !important;
    font-weight: 400;
}

.note-editor .note-editing-area .note-editable {
    height: auto;
}

.touchevents .blog-submit-form .note-editor .note-editing-area {
    min-height: 150px;
    height: 150px;
    overflow-y: scroll !important;
}

.touchevents .modal-calendar-new .note-editor .note-editing-area {
    min-height: 150px;
    height: 150px;
    overflow-y: scroll !important;
}

.touchevents .modal-calendar-edit .note-editor .note-editing-area {
    min-height: 150px;
    height: 150px;
    overflow-y: scroll !important;
}

.touchevents .modal-calendar-edit .calendar-show .event-description-field {
    min-height: 150px;
    height: 150px;
    overflow-y: scroll !important;
}

.note-editor .note-editing-area .note-editable img {
    max-width: 100%;
}

.touchevents .note-editor .note-editing-area {
    font-size: 16px !important;
}
