
td {
	text-align: center;
	background-color: white;
	width: 5em;
	color: #777777;
}


td.number {
	background-color: #ffe6d9;
	text-align: left;
}

td.date {
	background-color: #e6d9ff;
	text-align: left;
}

td.finished {
	color: blue;
	font-weight: bold;
	color: black;
}