
.sort_asc:after {
	content: "▲";
}
.sort_desc:after {
	content: "▼";
}
.highlight
{
	color: #006;
}
.red{
	color: #F00;
}
.green{
	color: #090;
}

#puntenweging{
	width: 100%;
}
#puntenweging, #puntenweging th, #puntenweging td{
	border-collapse:collapse;
	border: 1px solid #CCC;
	padding: 5px;
}

#puntenweging th{
	font-size: 14px;
	font-weight: bold;
	width: 150px;
}