:root:root .redactor-styles mark {
    font-family: inherit;
    background-color: #76b72a;
	font-size: 0.9rem!important;
	color:#FFF;
	padding:10px 15px;
}

:root:root .redactor-styles mark a {
	color:#FFF;
}

:root:root .redactor-styles mark a:hover, :root:root .redactor-styles mark a:focus {
	text-decoration: none;
}

:root:root .redactor-dropdown-item-marked span {
    background-color: #76b72a;
    color: #000;
    text-decoration: none
}