#chess_game_area{text-align:center}#start_position_reminder{color:#333;font-family:Arial,Verdana;font-size:.9em;font-weight:400;margin-bottom:-15px;margin-top:25px;text-align:right;width:95%}#board{border:8px outset #630;display:inline-block;margin:20px 1% 1%;position:relative}.board_size_10{height:620px;width:620px}.board_size_8{height:496px;width:496px}.chess_cell_holder{background-image:url(img/cells.jpg);background-size:124px 124px}.chess_cell,.chess_cell_holder{height:62px;position:absolute;width:62px}.chess_cell p{color:#d3d3d3;font-size:9px;margin:0;padding:1px 2px 0 0;text-align:right}.chess_dark{background-position:-62px 0}.chess_light{background-position:0 0}.chess_dark .lastMove{background-color:red;border-radius:20px;opacity:.4}.chess_light .lastMove{background-color:red;border-radius:20px;opacity:.6}.chess_dark .chess_cell_selected{background-color:#ff0;border-radius:20px;opacity:.7}.chess_light .chess_cell_selected{background-color:#ff0;border-radius:20px;opacity:.5}.chess_dark .chess_cell_highlighted,.chess_light .chess_cell_highlighted{background-color:#fff;border-radius:30px;cursor:pointer;opacity:.33!important}.chess_piece{background-image:url(img/pieces.png);background-repeat:no-repeat;background-size:372px 124px;height:62px;position:absolute;width:62px}.white_piece.rook_symbol{background-position:0 0}.white_piece.knight_symbol{background-position:-62px 0}.white_piece.bishop_symbol{background-position:-124px 0}.white_piece.queen_symbol{background-position:-186px 0}.white_piece.king_symbol{background-position:-248px 0}.white_piece.pawn_symbol{background-position:-310px 0}.black_piece.rook_symbol{background-position:0 -62px}.black_piece.knight_symbol{background-position:-62px -62px}.black_piece.bishop_symbol{background-position:-124px -62px}.black_piece.queen_symbol{background-position:-186px -62px}.black_piece.king_symbol{background-position:-248px -62px}.black_piece.pawn_symbol{background-position:-310px -62px}.clickable:hover{cursor:pointer}.chess_notation{font-style:normal}.chess_notation_symbol{font-size:1.5em}.coordinate{color:#fff;font-family:Arial,Verdana;font-size:13px;font-weight:400;position:absolute}