table {
	width: 100%;
	border: 1px solid #888;
}

tr.clr {
	background: #eee;
}

th {
	border: 1px solid #888;
	border-bottom: 3px double #888;
	background: #ddd;
	text-align: center;
}

td {
	border: 1px solid #888;
}

.cell_l {
	width: 90%;
}

.cell_r {
	width: 10%;
}

.month {
	text-align: right;
}