body,
html {
  margin: 0px;
  font-family: "Verdana";
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.hidden {
  display: none;
}

#container {
  position: absolute;
  top: 42px;
  width: 700px;
  height: 558px;
  border: 1px solid black;
  background-color: #bfe8ff;
}

#starting-label {
  position: absolute;
  left: 202px;
  top: 12px;
  width: 280px;
  height: 38px;
  font-size: 20px;
  text-align: center;
}

#starting-value {
  position: absolute;
  left: 276px;
  top: 42px;
  width: 130px;
  height: 38px;
  font-size: 20px;
  text-align: center;
}

#starting-value input {
  width: 100px;
  height: 24px;
}

#raise-label {
  position: absolute;
  left: 256px;
  top: 82px;
  width: 170px;
  height: 38px;
  font-size: 20px;
  text-align: center;
}

#raise-value {
  position: absolute;
  left: 276px;
  top: 112px;
  width: 130px;
  height: 38px;
  font-size: 20px;
  text-align: center;
}

#raise-value input {
  width: 100px;
  height: 24px;
}

#submit {
  position: absolute;
  left: 528px;
  top: 22px;
  width: 132px;
  height: 34px;
  background-color: #cfefcf;
  font-size: 22px;
  text-align: center;
  border: 1px solid #696;
  border-radius: 6px;
  padding-top: 4px;
}

#submit.disabled {
  background-color: #bfcbbf;
}

#submit:not(.disabled):hover {
  background-color: #eff;
}

#table-label-1 {
  position: absolute;
  left: 60px;
  top: 154px;
  background-color: #dce;
  width: 276px;
  height: 90px;
  font-size: 18px;
  text-align: center;
}

#table-label-2 {
  position: absolute;
  left: 346px;
  top: 154px;
  background-color: #dce;
  width: 276px;
  height: 90px;
  font-size: 18px;
  text-align: center;
}

#output {
  position: absolute;
  left: 158px;
  top: 250px;
  width: 366px;
  height: 294px;
  background-color: #9fafbf;
  font-size: 20px;
  text-align: center;
}

.outbit {
  position: absolute;
  width: 170px;
  height: 30px;
  background-color: #ffffff;
  margin: 2px;
}

#reset {
  position: absolute;
  left: 528px;
  top: 74px;
  width: 132px;
  height: 34px;
  background-color: #afbfff;
  font-size: 22px;
  text-align: center;
  border: 1px solid #669;
  border-radius: 6px;
  padding-top: 4px;
}

#reset.disabled {
  background-color: #9fafbf;
}

#reset:not(.disabled):hover {
  background-color: #eef;
}

/*# sourceMappingURL=styles.css.map */

/*# sourceMappingURL=styles.css.map */
