main {
    align-content: center;
    width: 100%;
    margin: 5px 0%;
}

.instructions div{
    display: inline-block;
    width: 60%;
    margin: 0%;
    padding-left:  2%;
    align-content: center;
    line-height: 1;
    font-size: 1.1rem;
    font-family: Georgia, 'Times New Roman', Times, serif; 
}
form {
    width: 100%;
    display: flex;
    flex-direction: row; 
  }
  
form button {
    margin: .2em .2em;
    font-size: 1.1rem;
    width: 170px;
    line-height: 1;
  }

.gameBoard {
    background-color: #fff;
    width:100%;
    max-width: 1200px; 
  }

  .gameBoard div {  
    width: 100%;
    height: auto;
  }

.flexArea {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%; 
  }

.canvasArea {
  justify-content: center;
}
  

canvas {
    width: 45%;
    /*border: 1px solid #000; // remove css border */
    border: none;
    max-width: 550px;
    max-height: 550px;
    margin-left: 0;
}

#rightCanvas {
    margin-left: 8%;
}


.buttonArea {
    display: flex;
    flex-direction: row;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    width: 100%;
}  

.buttonArea button {
  margin: 2%;
  font-size: 1.5em;
}



#exitGameBtn {
    text-align: center;
    align-content: top;
    margin: 0%; 
    padding: .2em 0%;
    width: 32px;
    height: 32px;
    border: none;
    background-color: cornsilk;
}
img.exit-left{
     width:30px;
     height:30px;
}

.controlPanel tbody tr th {
  text-align: left;
}

.controlPanel thead tr th {
  text-align: center;
}
.controlPanel thead {
  font-size: 1.25em;
 height: 2em;  
}

#chartCanvas {
  border: none;
  width: 100%;
  height: auto;
  margin-top: 0px;
}

#gameResults {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  margin-left: 20px;
}