/* workflow state colors */

.state-protected {
    color: #814DC4 !important
}

/* Pulldown menu state indicators */

#plone-contentmenu-workflow .state-protected {
	padding: 0 0.5em;
	background-color: #814DC4;
	border: 0.1em solid #814DC4;
	color: White !important;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}