/*
 * CSS für die Spielerlisten
 */

table.liste							{ border-collapse:collapse;margin:10px; }
table.liste td						{ padding:2px 15px 2px 8px;border:1px solid #ddd;text-align:right; }
table.liste tr:first-child td		{ font-weight:900;text-align:left; }
table.liste tr:nth-child(even) 		{ background-color:#e5eeff; }

table.listeeng						{ border-collapse:collapse;margin:10px; }
table.listeeng td					{ padding:2px 5px;border:1px solid #ddd;text-align:center; }
table.listeeng tr:first-child td	{ font-weight:900; }
table.listeeng tr:first-child td:first-child	{ text-align:left; }
table.listeeng tr:nth-child(even) 	{ background-color:#e5eeff; }


strong								{ font-weight:900;color:inherit; }
