
.note-editor.note-frame.fullscreen { 
   position:fixed;
   top:0;
   left:0;
   z-index:14900;
   width:100%!important
}

.note-popover { 
   z-index:14950;
}

.note-modal.open {
    z-index: 15000;
}

.note-modal-title {
    font-size: 20px;
}

.note-modal-body {
    padding: 10px;
}

.note-modal-header {
    padding: 10px;
}

.note-modal label {
    font-size: 15px;
}

.note-toolbar {
    zoom: 0.9;
}
