/* Table */
table { border-collapse:collapse; }
table:not(.noborder) td, th { border:1px solid #CCC; }
td, th { padding:3px; }
th { background-color:#AAA; color:#FFF; }
table thead tr.subinfo th { font-size: 11px; }
table.trClick tbody tr { cursor: pointer; }
table.std							{ width: 100%; }
table.std td.tit					{ background-color: #EEE; text-align: center; padding: 5px 3px; }
table.tdOdd tr > td:nth-child(odd)	{ background-color: #EEE; }
table.tdOdd tr > td.titel			{ font-weight: bold; }
table tr.tdCenter > td				{ text-align: center; font-size: 11px; }

table.fullWidth									{ 	width: 100%; }
table.fullWidth input[type=text]:not(.costum)	{ 	width: 100%;
													box-sizing: border-box; 
													-moz-box-sizing:    border-box;
													-webkit-box-sizing: border-box; 
}

/* pl link */
span.pl-link {
	color: #1abc9c;
	text-decoration: none;
	cursor: pointer;
}

span.pl-link:hover {
	text-decoration: underline;
}