.modal-backdrop {
	position : relative;
}

.note-image-btn{
	color : white;
}

.note-editable ol > li{
  list-style: decimal;
  list-style-position: inside;
}

.note-editable ul > li{ 
  list-style: disc;
  list-style-position: inside;
}