#Grid,#Controls {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: Yantramanav, serif;
    width: 300px;
    margin: auto;
    text-align: center;
}
#Controls p,
#Controls img {
  width: 56px;
  height: 56px;
}
#Controls img {
  width: 52px;
  height: 52px;
  padding: 2px;
}
#Controls {
  margin-bottom: 10px;
}
#Controls label > input,
#Grid label > input { /* HIDE RADIO/CHECK */
  visibility: hidden; /* Makes input not-clickable */
  position: absolute; /* Remove input from document flow */
}


#Controls {
  border-collapse: collapse;
}

#Controls label > input + img,
#Controls label > input + p {
    cursor:pointer;
    border:2px solid black;
    border-collapse: collapse;
    font-size: 40px;
    font-weight: bold;
}

#Grid label > input:checked + p,
#Controls label > input:checked + p{ /* (RADIO CHECKED) IMAGE STYLES */
  background: yellow;
}
#Grid label > input:disabled + p {
  cursor: not-allowed;
}
#Controls label > input:disabled + p{ /* (RADIO CHECKED) IMAGE STYLES */
  background: grey;
  cursor: not-allowed;
}
#NumRow2 label {
  height: 60px;
}
#NumRow1 {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-top: 2px solid black;
}
#NumRow2 {
  border-left: 2px solid black;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
}
#NumRow1,
#NumRow2 {
  width: 300px;
  display: flex;
  flex-direction: row;
  justify-content: space-between
}

#Grid p {
  height: 86px;
  width: 86px;
  font-weight: bold;
  font-size: 72px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}

#Grid .solutions_text p {
  display: flex;
  height: 86px;
  width: 86px;
  font-weight: bold;
  font-size: 40px;
  cursor: default;
  justify-content: center;
  align-items: center;
}

#Grid .four p {
  height: 65px;
  width: 65px;
  font-weight: bold;
  font-size: 56px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
#Grid .solutions_text.four p {
  display: flex;
  height: 65px;
  width: 65px;
  font-weight: bold;
  font-size: 30px;
  cursor: default;
  justify-content: center;
  align-items: center;
}

#Grid p.winning {
    background: yellow;
    opacity: 0.5;
}
#Table {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 10px;
}
#Table h2 {
  text-align: center;
  font-size: 22px;
  padding: 5px;
  font-weight: bold;
}

.radio_buttons.four {
  border: solid 8px black;
}

.radio_buttons {
  border: solid 10px black;
}


#Target {
  text-align: center;
  font-size: 36px;
  padding: 5px;
  font-weight: bold;
}

#Message_div, #Solutions {
  text-align: center;
  font-size: 26px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

#Solutions_Found {
  text-align: center;
  margin-bottom: 10px;
}

#Solutions_Found button {
  padding: 5px;
  cursor: pointer;
}

#Solutions_Found, #Table p {
  font-size: 16px;
  padding: 5px;
  text-align: center;
}
#Solutions_Found h2 {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}

a {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  font-size: 16px;
}
