.note-editor {
    font-size: 10px;
    line-height: normal;
    box-shadow: none !important;
}

.note-editor .card {
    box-shadow: none !important;
}

.note-editor .card-header {
    box-shadow: none !important;
    background: transparent !important;
}

 .note-editor p {
     margin: 0;
 }

 .note-editor .note-btn {
     background: #6c757d !important;
 }

 .note-editor .note-btn:hover {
     background: #5a6268 !important;
 }

 .note-editor .note-resizebar {
     display: none !important;
 }