/**
 * Puzzle 16
 *
 * @package Games
 */

#board{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	width: 270px;
	height: 270px;
}
.tile {
	position: absolute;
	height: 45px;
	width: 45px;
}
.arrows {
	position:absolute;
	cursor: pointer;
}
#p0{
	display: none;
}
#gameOver{
	position: absolute;
	display: none;
}
#controls{
	margin-bottom:2px;
}
#results {
	margin-top: 40px;
	float: left;
	margin-left: 20px;
}
.game-puzzle16-ad {
	float: right;
	width: 200px;
	height: 200px;
	margin-right: 6px;
	margin-top: 36px;
}

#time, #toptime, #score, #topscore{font-weight:bolder;margin-left:10px;margin-right:30px;}

#rulesBox{width:400px;margin-top:25px;}
