/* ===============================================
The style for the table where the categories are
shown.
=============================================== */
table.language
	{
	width: 100%;
	border-collapse: collapse;
	}

td.language
	{
	text-align: center;
	}

