table {
	border-collapse: collapse;
}

	td {
		padding-top: 2px;
		padding-bottom: 3px;
		width: 150px;
		text-align: left;
		vertical-align: top;
	}
	
	th {
		margin-top: 3px;
		text-align: left;
		font-weight: bold;
		color: #999;
		
		border-top-style: solid;
		border-top-color: #DDD;
		border-top-width: 1px;		vertical-align: top;
	}
	
.timetable {
	border-collapse: collapse;
	margin-bottom: 25px;
}
	
	.timetd, .timetd_meeting {
		padding-top: 2px;
		padding-bottom: 3px;
		width: 100px;
		text-align: left;
		
		border-bottom-style: solid;
		border-bottom-color: #EEE;
		border-bottom-width: 1px;
		vertical-align: top;
	}
	
	.timetd_meeting {
		width: 180px;
	}
	
	.timetd > a, .locatietd > a, .timetd_meeting > a {
		color: #111;
		text-decoration: none;
	}
	
.extrainfo, .alletijden {
	padding-top: 15px;
}
	
	.alletijden > a {
		color: #38a3d0;
		text-decoration: none;
	}
	
		.alletijden > a:hover{
			text-decoration: underline;
		}
	
.palmares > tr > td {
	border-bottom-style: solid;
	border-bottom-color: #EEE;
	border-bottom-width: 1px;

	vertical-align: top;
}


.edittd > a {
	color: #38a3d0;
	font-weight: bold;
	text-decoration: none;
}

	.edittd > a:hover{
		text-decoration: underline;
	}
