/* Generated by Font Squirrel (http://www.fontsquirrel.com) on January 2, 2016 */



@font-face {
    font-family: 'chessmedium';
    src: url('chess-webfont.eot');
    src: url('chess-webfont.eot?#iefix') format('embedded-opentype'),
         url('chess-webfont.woff2') format('woff2'),
         url('chess-webfont.woff') format('woff'),
         url('chess-webfont.ttf') format('truetype'),
         url('chess-webfont.svg#chessmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

table.chess {
	width: auto;
	border: 1px solid #e3e3e3;
    border-collapse: collapse;
    table-layout: fixed;
    margin-bottom: 0!important;
}
table.chess th {
	background: none;
	color: #000;
	font-weight: normal;
	font-size: 10px;
	line-height: 10px;
}
table.chess td {
	font-family: 'chessmedium';
	font-size: 18px;
	line-height: 18px;
}
table.chess th, table.chess td  {
	padding: 0;
	margin: 0;
	border: 0;
	font-style: normal;
	width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: middle;

}
table.chess td.c1 {
	background: #ffce9e;
}
table.chess td.c0 {
	background: #d18b47;
}

table.chess .bb th {
	border-bottom: 1px solid #000;
}

table.chess .ba th {
	border-top: 1px solid #000;
}

table.chess .br {
	border-right: 1px solid #000;
}
table.chess .bl {
	border-left: 1px solid #000;
}
table.chess .ba .nb, table.chess .bb .nb {
	border: 0;
}

table.chess .white:before {
	position: absolute;
	color: #fff;
}
table.chess .white.tP:before {
	content: 'p';
}
table.chess .white.tR:before {
	content: 'r';
}
table.chess .white.tN:before {
	content: 'n';
}
table.chess .white.tB:before {
	content: 'b';
}
table.chess .white.tQ:before {
	content: 'q';
}
table.chess .white.tK:before {
	content: 'k';
}

/* wrapper */
.chess.right {
	float: right;
	margin-left: 20px;
}
.chess.left {
	float: left;
	margin-right: 20px;
}
.chess.none {
	float: none;
}
.chess thead {
	border-bottom: 1px solid #e3e3e3;
}
.chess tfoot {
	border-top: 1px solid #e3e3e3;
}
.chess tfoot th {
	text-align: left;
	padding: 10px;
}