/* Kandy Crush.
 */https://codecanyon.net/user/theartfulmaestro/portfolio

#mainColumn {
  margin-top: 10px;
  height: 320px;
  width: 320px;
    /* border: 2px solid black; */
}

#firstColumn {
  color: red;
}

#lastColumn{
  display: none;
  visibility: hidden;
}

#invalid {
  visibility: hidden;
  color: red;
  font-size: 2em;
  font-weight: bolder;
}
/* #lastColumn .p-2 h2 {
  display: inline-block;
  
} */

.tableBorder {
  /* border: 2px solid lightgrey; */

}

#score{
  color:whitesmoke;
  background-color: lightsalmon;
}


#inputBox {
  width: 40px;
  display: inline-block;
}

#lastColumn h2 {
  display: inline-block;
}

.btn:disabled {
  background-color: lightgrey;
  color: black;
}

.btn {
  color: black;
  background-color: lightgreen;
}

.padCell {
  padding: 5px 9px; 
  height: 39px;
  width: 39px;
}

.newGameBtn {
  background-color: lightgrey;
  color: black;
}

.modP {
  margin: -10px;
}

.helpBtn {
  background-color: lavender;
}