.canvas1Class
{
	width      : 400px;
	height     : 400px;
	background : black;
	border     : medium blue solid;
	padding    : 10px;
}

.animation2Container
{
	width   : 400px;
	height  : 400px;
	display : inline-block;
}

.playfield2
{
	position : relative;
	width    : 400px;
	height   : 400px;
}

.spriteText
{
	position : absolute;
	display  : inline-block;
}

div.explainerTextPlane
{
	width  : 400px;
	height : 400px;
	background : white;
}

div.explainerImagePlane
{
	width  : 400px;
	height : 400px;
	background : gray;
}

label.explainerScene
{
	margin-right : 24px;
}

.red
{
	color : red;
}

.blue
{
	color : blue;
}

.white
{
	color : white;
}


