/* redactor */
a.redactor-dropdown-item-custom-heading-2 {
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
}
a.redactor-dropdown-item-custom-heading-3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}
a.redactor-dropdown-item-custom-quote {
	font-style: italic;
}
a.redactor-dropdown-item-custom-quote-author {
	font-style: italic;
	color: rgba(0,0,0,.4);
}
.redactor .custom-quote-author {
	font-style: italic;
	color: rgba(0,0,0,.4);
}

/* neo */
.ni_block.is-level-even {
	background: #e9f4ea;
	border-color: #d5e2d6;
}
.ni_block.is-level-even > .ni_block_topbar {
	background: #cfe2d2;
}
.ni_block_children .ni_buttons .btn.dashed {
	background: #e9f4ea;
}
.ni_block.is-level-even select {
	background: #cfe2d2;
}
.ni_block.is-level-even select:hover {
	background: #d5e2d6;
}