/*** TVE 6.0 ***/
/* Von Alle.css abweichende Festlegungen für die Seite zur Mitgliedschaft */
/*** ***/

article
{
	margin-bottom: var(--marginStandard);
}

article:last-of-type
{
	margin-bottom: 0;
}

/* Tabelle für die Mitgliedsbeiträge */
/*** ***/
table
{
	width: 100%; max-width: 50em;
}

table col:nth-of-type(1)
{
	width: *;
}

table col:nth-of-type(2)
{
	width: 10em;
}

/* jede zweite Zeile wird gefärbt */
tbody  tr:nth-of-type(even)
{
	background: var(--bgcolorEachSecondRow);
}