table.board5x5 {  
  width: 262px;
}

td.cellOn {
  width: 50px;
  height: 50px;
  background: black;
  color: inherit;
}

td.cellOff {
  width: 50px;
  height: 50px;
  background: #c0c0c0;
  color: inherit;
}

