@CHARSET "ISO-8859-1";

.simBtn
{
	font-size: 1.0em;
	margin:0;
	padding: 0.1em;
}

.simLbl
{
	/* font-size: 0.8em; */
	text-align: right;
	width: 11em;
	padding-right: 0.1em;
	float:left;		/* turns the label into a block element so that the width works! */
}

#simControl
{
/*	display: table; */
	font-size: 0.8em;
}

.simControlRow
{
	display: table-row;
}

.simControlCell
{
	display: table-cell;
}

/*.simControlRow label */
.simLabel
{
	/* font-size: 0.8em; */
	text-align: right;
	width: 11em;
	padding-right: 0.1em;
}