.board {
  margin-left: 5px;
  position: relative;
  float: left;
  color: white;
  font-weight: bold;
}

.board .row {
  position: relative;
  float: left;
}

.board .square {
  position: relative;
  float: left;
}

.board .square .dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('gifs/dark.gif');
  z-index: 1;
}

.board .square .light {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('gifs/light.gif');
  z-index: 1;
}

.board .square .playable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.game .bank img {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}

.board .square .playable .piece img {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.board .square .playable .num {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.game {
  width: auto;
  overflow: scroll;
  display: table;
  font-family: "Verdana,Arial,Helvetica,sans-serif";
/*
  font-size: 0.688em;
*/
}

.game .top {
  background-color: #B0FFAD;
  display: table;
  width: 100%;
}

.game .middle {
  position: relative;
  border: 2px solid black;
  display: table;
  width: 100%;
}

.game .middle .left {
  position: relative;
  float: left;
}

.game .middle .center {
  position: relative;
  float: left;
}

.game .middle .right {
  position: relative;
  width: 165px;
  float: left;
}

.game .bottom {
  display: table;
  width: 100%;
}

.game .menu {
  width: 100%;
}

.game .toolbar {
  width: 100%;
  float: none;
}

.game .toolbar span {
  font-size: x-small;
}

.game .toolbar .icon,
.game .controls .icon {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  text-align: center;
}

.game .toolbar .bigger {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/bigger.png");
}

.game .toolbar .smaller {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/smaller.png");
}

.game .toolbar .flip {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/flip.png");
}

.game .toolbar .number {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/number.png");
}

.game .controls .first {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/first.png");
}

.game .controls .last {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/last.png");
}

.game .controls .prev {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/prev.png");
}

.game .controls .next {
  background-image: url("http://www.usacheckers.com/dojo/acf/resources/icons/next.png");
}

.game .title {
  width: 100%;
  text-align: center;
}

.game .title table {
  width: 100%;
}

.game .title div {
  display: inline;
}

.game .title .bplayer {
  background-color: white;
  color: red;
  font-weight: bold;
}

.game .title .wplayer {
  background-color: black;
  color: white;
  font-weight: bold;
}

.game .bank {
  height: 100%;
  width: 100%;
  background-image: url('gifs/dark.gif');
  vertical-align: middle;
  border: 2px solid black;
}

.game .right div {
  width: 100%;
  position: absolute;
  display: block;
  height: 50%;
  overflow-y: scroll;
}

.game .right ul,
.game .right ol {
  width: auto;
  height: 100%;
  margin: 0 !important;
}

.game .middle .right .moves {
/*
  position: absolute;
  margin-left: -3em;
*/
}
.game .middle .right .comments {
/*
  position: absolute;
  margin-left: -3em;
*/
  top: 50%;
}

.game .middle .right .comments ul {
  list-style-type: none;
/*
  margin-left: -3em;
*/
}

.game .middle .right .moves ol {
/*
  list-style-type: decimal;
  list-style-position: inside;
*/
  list-style-type: none;
}

.game .right li {
  width: 100%;
  border: none;
  text-align: left;
  display: list-item;
/*
  float: left;
  word-spacing: 2em;
  padding-left: -4em;
*/
}

.game .right .move {
  word-spacing: 2em;
}

.game .right li span {
  margin-left: 1em;
/*
  word-spacing: 2em;
*/
}

.game .current {
  background-color: #14FAFA;
  color: black !important;
  border: 1px;
}

.game .pdn {
  width: 100%;
  border: 1px black solid;
}

.game .controls {
  width: 100%
  text-align: center;
  border: 1px black solid;
}

.icon {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
}
