.clear{
	clear:both;
}

#game_board{
	width: 400px;
	height: 400px;
	margin: 0px auto;
	background: #003300;
}

#player_won{
	display: none;
	width: 331px;
	height: 50px;
	margin: 100px auto;
}

#player_lost{
	display: none;
	text-align: center;
	width: 331px;
	height: 50px;
	margin: 100px auto;
}

#start_again{
	margin: 0px auto;
	display: none;
}

#start_again a{
	background: #9BFF7A;
	color: #3B993B;
	border: 1px solid;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
}

#start_again a:hover{
	background: #3B993B;
	color: #9BFF7A;
}

#player_lost a{
	background: #9BFF7A;
	color: #3B993B;
	border: 1px solid;
	padding: 10px;
	text-decoration: none;
	display: inline-block;
}

#player_lost a:hover{
	background: #3B993B;
	color: #9BFF7A;
}

#control{
	width: 500px;
	margin: 10px auto;
	text-align:center;
	list-style: none;
}
#control li{
	display: inline;
	margin: 0px 5px;
}
#control li.m_sep{
	color: #ccc;
}
h3{
	text-align: center;
}
#sfx_movie{
	width: 1px;
	height: 1px;
	font-size: 8px;
}
#game_board .hint img{
	display: inline !important;
}
#availableMoves {
	color: blue;
	font-weight: bold;
}