
.note-editor.note-frame.fullscreen {
	z-index: 99999 !important;
}
.note-editor.note-frame .note-toolbar {
	text-align: left !important;
	background: #f5f5f5 !important;
}
.note-editor.note-frame .note-toolbar {
	/*height: 41px;
	overflow-y: hidden;*/
}

.note-editor.note-frame .note-editing-area .note-editable {
	padding: 10px !important;
}

.modal.modal-summernote {
	z-index: 9999;
}

.note-nav-tabs {
	margin: 21px 0 14px 0;
}

.note-editor button[aria-label="Insert Math"] b {
	text-indent: -9999px;
}

.note-editor button[aria-label="Insert Math"] b::after {
	content: "";
	display: inline-block;
	font-family: "summernote";
	font-style: normal;
	font-size: inherit;
	text-decoration: inherit;
	text-rendering: auto;
	text-transform: none;
	vertical-align: middle;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}

p.summernote-reference {
	font-size: 9px !important;
	line-height: 1 !important;
}