#container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5%;
}

#container label {
  width: 200px;
}

#container input {
  width: 50px;
  margin-bottom: 15px;
}

#container input[type=button] {
  width: 75px;
}

#container table {
  margin-left: auto;
  margin-right: auto;
}

#container table tr td {
  width: 40px;
  height: 40px;
  border: 2px solid black;
  background-color: grey;
  text-align: center;
}

#hideScore, #tabScore {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

#hideScore label, #hideScore input, #tabScore label, #tabScore input {
  margin: 5px;
  width: 150px;
}

#hideScore input[type=text], #tabScore input[type=text] {
  width: 150px;
}

#hideScore #btnValidation, #tabScore #btnValidation {
  width: 150px;
}

#tabScore {
  margin-top: 25px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  background-color: grey;
  width: 25%;
  height: auto;
  -webkit-box-shadow: 0px 0px 5px 1px black;
          box-shadow: 0px 0px 5px 1px black;
}
/*# sourceMappingURL=style.css.map */