/*
 *	GeometryGamesIndex-rtl.css
 *
 *	Adapts GeometryGamesIndex.css for use
 *	with right-to-left languages.
 */

@import "GeometryGamesIndex.css";

body
{
	direction:	rtl;
}

td.bannerText
{
	padding-left:	16pt;
	padding-right:	0pt;
	text-align:		right;
}

td.programIcon
{
	text-align:	left;
}

td.programDescription
{
	font-style:	normal;
}

td.otherResourcesDescription
{
	font-style:	normal;
}

