/*** TVE 6.0 ***/
/* Von Alle.css abweichende Festlegungen für die Seite des Spendenkontos */
/*** ***/

/* Tabelle für das Spendenkonto */
/*** ***/
table
{
	width: 100%; max-width: 40em;
}

table col:nth-of-type(1)
{
	width: 7em;
}

table col:nth-of-type(2)
{
	width: *;
}

/* jede zweite Zeile wird gefärbt */
tbody  tr:nth-of-type(even)
{
	background: var(--bgcolorEachSecondRow);
}