/* tijdcie table */
table.tijdcie {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.tijdcie td {
	padding: 1px 4px;
}

table.tijdcie th {
	padding: 2px 4px;
	border-bottom: 1px solid #ddd;
}

table.tijdcie th.club {
	width: 30px;
}

table.tijdcie th.location {
	width: 70px;
}

table.tijdcie th.number {
	width: 30px;
}

table.tijdcie tr.alignment td {
	border-bottom: 1px solid #ddd;
}


