@import "../../../css/csslayer.css";#checkers_game_area{text-align:center}#board{display:inline-block;margin:1%;position:relative;border:8px outset #663300}.board_size_10{width:620px;height:620px}.board_size_8{width:496px;height:496px}.checkers_cell_holder{width:62px;height:62px;position:absolute;background-size:124px 62px;background-image:url('img/cells.jpg')}.checkers_cell{width:62px;height:62px;position:absolute}.checkers_cell p{color:lightgray;text-align:right;font-size:9px;margin:0px 0px 0px 0px;padding:1px 2px 0px 0px}.checkers_cell_selected{background-color:yellow;opacity:0.6}.checkers_cell_selected p{color:brown}.checkers_cell_highlighted{background-color:white;opacity:0.6;cursor:pointer}.checkers_cell_highlighted p{color:brown}.checkers_dark{background-position:-62px 0px}.checkers_light{background-position:-0px 0px}.checkers_piece{width:62px;height:62px;background-image:url( 'img/tokens.png');background-repeat:no-repeat;position:absolute}.white_piece.man_symbol{background-position:0px 0px}.black_piece.man_symbol{background-position:-62px 0px}.white_piece.king_symbol{background-position:0px -62px}.black_piece.king_symbol{background-position:-62px -62px}.captured{opacity:0.5}.clickable:hover{cursor:pointer}