body
{
  margin: 10px;
  font-family: arial;
  font-size: 100%;
  background: #fff;

}

#gamestart
{
  	background: url("/images/background.jpg") repeat-x #ecdb71;	
}

#helpsheet
{
	position: absolute;
	left: 350px;
	top: 20px;
	background: #fff;
	padding: 12px;
	width: 200px;
	border: 1px solid #bbb;

}

.boldnum
{
	text-decoration: underline;

}





#globalwindow
{
  position: fixed; 
  right: 1%;
  top: 1%; 
  background: #eee; 
  border: 1px solid #444; 
  width: 300px; 
  height: auto; 
  padding: 1%; 
}

#multselectwindow
{
  position: fixed; 
  right: 1%;
  top: 342px; 
  background: #eee; 
  border: 1px solid #444; 
  width: 300px; 
  height: auto; 
  padding: 1%; 
  display: none;
}

#globalwindow h3, #multselectwindow h3
{
	margin: 0;
	font-size: 16px;
}

#globalwindow small
{
	font-style: italic;
	font-size: 70%;
}

#helpsheet h2
{
	text-align: center;
	margin-top: 0;
}

#helpsheet  ul
{
  font-family: monospace; 
  margin: 0;
  padding: 0;
}

#helpsheet li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

p
{
	line-height: 1.4;
}

h1
{
	margin-bottom: 2px;
font-size: 15px;
margin-top: 20px;
}


h2
{

font-size: 16px;

}


a
{
  color: #4571ba;
  text-decoration: none;
}

a:visited
{
  color: #4571ba;
}

a:hover
{
  color: #cf9025;
  text-decoration: underline;
}

#gamehome
{
	background: #aed7ff;
}

#footerlinks
{
	text-align: center;
	margin-top: 30px;
}

.logo
{
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
}

.correct
{
	font-size: 19px;
	background: #5c9e07;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
	
}

.incorrect
{
	font-size: 19px;
	background: #d1890b;
	color: #fff;
	display: inline-block;
	padding: 5px 15px;
	font-weight: bold;
	
}

#answerhelp
{
  border: 1px solid #4571ba;
  padding: 9px;
  background: #fff;
  float: right;	
  margin-top: 10px;
  position: absolute;
  top: 370px;
}

#answerhelp h3
{
  margin-top: 0;
  font-size: 16px;
  color: #4571ba;
}

.wintext
{
	font-size: 30px;
	color: #5c9e07;
	font-weight: bold;
}

.questiontext
{
	margin-top: 1px;
	font-size: 25px;
}

#useranswer
{
  font-size: 25px;	
  width: 60px;
  
 }

input, select, textarea
{
  font-size: 16px;

  color: #555;
  border: 1px solid #dcdcdc;

    padding: 6px;	
	

}

input:focus, select:focus, textarea:focus
{

  border: 1px solid #cf9025;



}

.button, .button:focus
{
	background: #4571ba;
	color: #fff;
	border: 0;
	padding: 9px;
	cursor: pointer;
}

.button:focus, .button:hover
{
	background: #cf9025;
}

.startform td
{
	padding-top: 14px;
}

.restart
{
	position: absolute;
	right: 200px;
	top: 13px;
	font-size: 17px;
}

.toplogo
{
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: 17px;
}


.water
{
	display: none;
	position: relative;
	clear: both;
	width: 100%;
	height: 100px;
	top: 100px;
		background: url("/images/river.jpg");
}

.faded
{
	color: #555;
	font-size: 11px;
}

.bridgeblock
{
		position: relative;
		top: 40px;
}

.bridge
{
	position: relative;
	 border-collapse: collapse;
}
.bridge td
{
	// background: url("/images/bridge.png");
	height: 60px;
}

.progressimage
{
	position: absolute;
	top: -40px;
}

.chaser
{
	position: absolute;
	top: -68px;
	height: 110px;
	width: 66px;
}


@media screen and (max-width: 720px) and (min-width: 180px)
{

.mobno
{
	display: none;
}

#helpsheet
{
	position: absolute;

	top: 380px;
	left: 0;
	background: #fff;
	padding: 12px;
	width: 200px;
	border: 1px solid #bbb;
	margin: 10px;

}

#globalwindow
{
  position: static; 
  width: 99%;
  border: 0;

}


#multselectwindow
{
  margin-top: 10px;
  position: static; 
  width: 99%;
  border: 0;
}
}
