/*! chessboard.js v1.0.0 | (c) 2019 Chris Oakman | MIT License chessboardjs.com/license */

.clearfix-7da63 {
    clear: both
}

.board-b72b1 {
    border: 2px solid #404040;
    box-sizing: content-box
}

.square-55d63 {
    float: left;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.white-1e1d7 {
    background-color: #f0d9b5;
    color: #ABABAB;
	box-shadow: 2px 2px 1vw rgba(164, 137, 60, 0.2) inset;
}

.black-3c85d {
    background-color: #b58863;
    color: #DCDCDC;
	box-shadow: 0px 0px 1.8vw rgba(72, 36, 0, 0.2) inset;
}

.highlight1-32417,
.highlight2-9c5d2 {
    box-shadow: inset 0 0 3px 3px #999
}

.notation-322f9 {
    cursor: default;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: absolute
}

.alpha-d2270 {
bottom: -1.8em;
right: 2em;
color: white;
font-weight: bold;
}

.numeric-fc462 {
top: 1em;
left: -1em;
color: white;
font-weight: bold;
}

div.chess-area .board-table {
  width: 20em;
  background: #833d0b;
}
div.chess-area .board-table .board {
  width: 18.5em;
  margin: 0.8em;
}

.topbar {
margin-bottom: 0.5em;
}
.topbar p {
margin: 0.3em;
}
.topbar a img {
padding: 0em !important;
margin-left: 0.3em;
}