.note-btn-group .note-btn {
	border: 1px solid rgba(0,0,0,.2);
}
.note-btn-group .note-btn:hover {
	border-color: #D72924;
}

.note-btn-group .note-btn i,
.note-editor .btn-light {
	font-weight: 400;
	color: #212529;
	transition: color .0s ease;
}
.note-btn-group .note-btn.active,
.note-btn-group .note-btn:focus,
.note-btn-group .note-btn:hover {
	/*color: #212529;*/
		color: #fff;
    /*background-color: #e2e6ea;*/
    	background-color: #D72924 !important;
    /*border-color: #dae0e5;*/
}
.note-btn-group .note-btn.active i,
.note-btn-group .note-btn:focus i,
.note-btn-group .note-btn:hover i,
.note-editor .btn-light:hover i
 {
	color: #fff;
}
