@import url( "layout.css" );
@import url( "color.css" );

table.timeline {
	margin: auto; /* center */
}

table, th, td {
	text-align: center;
	padding: 3px;
}

td.car {
	background: white;
}

td.empty {
	background: #ddd;
}

tr.car:nth-child(even) { background: white; }
tr.car:nth-child(odd)  { background: white; }

/*
 * vim: shiftwidth=8 textwidth=0
 */
