table.allergen{
	width: 100%;
}

table.allergen tr:nth-child(odd) { background-color:#eee; }
table.allergen tr:nth-child(even)	{ background-color:#fff; }

table.allergen td{
	padding: 2px;
}