
.ednote {
	border: 1px dashed black;
	background-color: #FFc0c0;
	color: inherit;
}
.ednote:before {
	content: "Editorial Note: ";
	font-weight: bold;
}
.new {
	background-color: #FFFF80;
	color: inherit;
}

.requirement {
	background-color: #DDDD80;
	color: inherit;
	border: 1px black solid;
	padding: 0.5em;
}

.requirement:before {
	content: "Requirement: ";
	font-weight: bold;
}


