#game_map{
	border: 1px solid #000;
	clear: both;
	float: left;
}
#game_map .cell{
	cursor: pointer;
	float: left;
	border: 1px solid #000;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
	text-align: center;
}
.clear{
	clear: both;
	line-height: 0px;
}
#game_map .player1_cell{
	color: #cc0000;
}
#game_map .player2_cell{
	color: #0000cc;
}
#game_map .hover{
	background: #DFE1E3;
}
#game_map .win{
	background: #D3E7DC;
}
#player_mark, #player_name{
	padding: 0px 3px;
}
.end_game{
	display: none;
}
#winner_name{
	text-decoration: underline;
}
table{
	clear: both;
}
td{
	text-align: center;
}
