/* CSS Document */
table#board {
  width: 100%;
  border-collapse: collapse;
}

#board td {
  border: none;
  height: 20pt;
}
