.ED {
	background-color: #ffd;
}
.WD {
	background-color: #fed;
}
.CR {
	background-color: #fa9;
}
.PR {
	background-color: #f87;
}
.Rec, .Note {
	background-color: #f60;
}
th {
	text-align: left;
}
th[scope="rowgroup"] {
	text-align: center;
	padding: 1em;
}
th[scope="colgroup"] {
	text-align: center;
}
table, td, th {
	border: thin solid black;
	border-collapse: collapse;
	padding: 1ex;
}
tr {
	vertical-align: top;
}
ul.list-horizontal {
	list-style-type: none;
	padding-left: 0;
}
ul.list-horizontal li {
	display: inline;
}
ul.list-horizontal li:after {
	content: " | ";
}
ul.list-horizontal li:last-child:after {
	content: "";
}
.note  {
	margin: 2em;
	font-style: italic;
}