table {
	border: 0;
	width: 40em;
}

table caption {
	font-size: larger;
	font-weight: bold;
}

tr.head {
	background: #999999;
}

tr.full {
	background: #77FF77;
	align: left;
}

tr.part {
	background: #7777FF;
	align: left;
}

tr.unconfirmed {
	background: #FFFF77;
	align: left;
}

tr.broken {
	background: #FF7777;
	align: left;
}