td,
div,
p {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.mcol {
  width: 812px;
  margin-left: auto;
  margin-right: auto;
}
.lcol {
  float: left;
}
.rcol {
  float: right;
}
div#playspace {
  border: 1px solid white;
}
div#playspace div.brow {
  height: 74px;
  max-height: 74px;
}
div#playspace img {
  border: 1px solid black;
  padding: 4px;
  float: left;
}
.rotateBoard img {
  transform: rotate(180deg);
}
#playspace {
  margin-left: 16px;
  margin-right: 16px;
}
div.rfspace,
div.file,
div.rank {
  border: 1px solid white;
  float: left;
}
div.rfspace {
  width: 16px;
  height: 16px;
  display: inline-block;
}
div.file {
  width: 74px;
  height: 16px;
  display: inline-block;
  line-height: 16px;
}
div.rank {
  width: 16px;
  height: 74px;
  display: inline-block;
  line-height: 74px;
}
div.fileRow {
  height: 16px;
  max-height: 16px;
}
div.spares {
  width: 40px;
}
div.spares img {
  width: 32px;
  height: 32px;
  padding: 4px;
}
.lturn {
  background: #bfd3f8;
  border: 0.5px solid #bfd3f8;
}
.selected {
  background: #6495ed;
}
.canmove {
  background: #b8e6b8;
}
.cantmove {
  background: #e6b8b8;
}
div#playspace img.annanAffected {
  background: #dbd;
  border: 1px solid #404;
}
.ibox {
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: center;
  font-size: 24px;
}
.ctext {
  width: 100%;
  text-align: center;
}
.center {
  text-align: center;
}
.ipage h2 {
  font-size: 48px;
  width: 100%;
  text-align: center;
}
.ipage label {
  text-align: right;
  display: inline-block;
  width: 100px;
}
.white {
  color: #8b0000;
}
.black {
  color: #00008b;
}
#resign {
  font-size: 16px;
  font-weight: bold;
}
.hide {
  display: none;
}
#moveProgress {
  display: inline-block;
  width: 140px;
}
#confirmMove {
  font-size: 20px;
  font-weight: bold;
}
