


/* polo competitie */
td.pc .score {
	font-weight: bold;
	font-size: 1.167em; /* 14px */
}
td.thuis .ploeg { float: left; margin-right: 0.5em; }
td.thuis .score { display: block; text-align: right; }
td.uit .ploeg { float: right; margin-left: 0.5em; }
table.pc th.uit { text-align: right; }
table.pc .sr { color: #aaa; }


/* clubrecords */
#clubrecords .cr_tijd {
	font-weight: bold;
	font-size: 1.333em; /* 16px */
	line-height: 1.3125;
}
#clubrecords .cr_plaats,
#clubrecords .cr_datum {
	color: #aaa;
}
#clubrecords input {
	display: block;
}
#clubrecords input.submit {
	display: inline;
}
#clubrecords .allin {
	background-color: #ff9;
}
#clubrecords .allin .cr_plaats,
#clubrecords .allin .cr_datum {
	color: #996;
}



/* paspoorten */
body.paspoort {
	text-align: left;
	padding: 0 16px 0 16px;
}
	body.paspoort #content {
		margin: 10px 0 0 0;
	}
	.paspoort .sidebar {
		float: right;
		width: 150px;
		border-left: 1px solid #e0e0e0;
		margin-left: 10px;
		font-size: 0.786em;
		text-align: right;
	}
		.paspoort .sidebar img {
			display: inline;
		}
		.paspoort .sidebar ol {
			text-align: left;
		}
	.paspoort #content table {
		width: auto;
	}
	.paspoort .reactieDelete {
		float: right;
		font-weight: bold;
	}
	.paspoort #content .articleimage {
		margin-top: 1px;
	}
	.paspoort form {
		clear: both;
		border-top: 1px solid #e0e0e0;
		padding-top: 5px;
	}

