div.warning, .wcms-warning-message-block {
	background: Darkred;
	padding: 20px;
	line-height: 150%;
	font-weight: bold;
	border-radius: 3px;
	color: #fff;
	margin-top: 2em;
	margin-bottom: 2em;
}
	div.warning a, .wcms-warning-message-block a {
		color: #fff;
	}

div.info, .wcms-info-message-block {
	background: #bae27b;
	color: #000;
	padding: 20px;
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 150%;
	font-weight: bold; 
	border-radius: 3px;
}
	
.hyphenate {
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures;
}