.chessBoard
{
 	width: 450px;
	margin-left: auto!important;
	margin-right: auto!important;
}

.poweredby .board-logo
{
 	border: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.chessBoard.small
{
 	width: auto;
	margin-right: 10px!important;
}

table.game_board 
{
	background-color: #396F42!important;
}

table.game_board td { line-height: 14px!important; }

table.game_board td.corner, .chessBoard table.game_board td.lettertop, .chessBoard.small table.game_board td.letterbottom,
table.game_board td.numberleft, table.game_board td.numberright,
table.game_board td.letterbottom
{
	background: none!important;
}

table.game_board td.black
{
	background-image: none!important;
	background-color: #6A9A6A!important;
}

table.game_board td.white
{
	background-image: none!important;
	background-color: #FFFFFA!important;
}

.iBook .line0
{
    color: #194F22;
    font-size: 1.1em;
}

.iBook .line0.current_move
{
    background: #396F42;
    color: #fff;
}

.iBook .line1, .iBook .line2, .iBook .line3, .iBook .line4
{
    font-weight: normal;
    color: #444;
}

.chess_header h3
{
 	margin-bottom: 5px;
	font-size: 24px;
	font-weight: bold;
	color: #194F22!important;
}
