em
{
	font-weight:normal;
	font-style:italic;
}

.total
{
	font-weight:bold;
	font-size:1.25em;
}

.extra
{
	font-style:italic;
}

p.total
{
	margin-bottom:0;
}

.reward
{
	margin-top:0;
	font-style:italic;
}

.warning
{
	font-size:.9em;
}

h2
{
	margin-bottom:1em;
	margin-top:1.5em;
}

.how
{
	text-align:center;
}

.effort
{
	font-style:italic;
}

/*--------*/

.js .column
{
	float:none;
	width:100%;
}

.js ul
{
	list-style:none;
	margin:0;
	padding:0;
}

.js li,
.js h2
{
	margin:0;
	padding:0;
	display:inline;
}

.js li
{
	margin-right:.25em;
	background:#eef;
	z-index:3;
	float:left;
}

.js h2 a
{
	padding:.5em 1em;
	border:2px outset #ccf;
	border-bottom:0;
	display:block;
	background-color:#ccf;
	margin-bottom:-.25em;
	position:relative;
	z-index:1;
}

.js .stage
{
	margin-top:-.25em;
}

.js h2
{
	background:none;
}

.js .stage
{
	z-index:2;
	border:2px outset #ccf;
	background:#eef;
	padding:.5em;
	position:relative;
	top:-.25em;
	margin-top:-.25em;
	float:left;
	width:60em;
}

.js h2 a.selected
{
	background-color:#eef;
	font-size:1.25em;
	position:relative;
	top:-.5em;
	border-bottom:2px solid #eef;
	z-index:3;
}