body,
html {
  margin: 0px;
  font-family: "Verdana";
  background-color: #fff;
  overflow: hidden;
}

.hidden {
  display: none;
}

#heading {
  position: absolute;
  left: 48px;
  top: 6px;
  font-size: 22px;
  color: #008;
}

#card-sort-container {
  position: absolute;
  left: 0px;
  top: 44px;
  width: 702px;
  height: 566px;
  margin: 0px 0px;
  padding-top: 0px;
}

#container {
  background-color: #bebcbd;
  width: 702px;
  height: 606px;
  margin: 0px 0px;
  overflow: hidden;
}

#primehint {
  position: absolute;
  left: 10px;
  top: 68px;
  width: 80px;
  height: 48px;
  text-align: center;
  font-size: 34px;
}

#submit {
  position: absolute;
  left: 162px;
  top: 506px;
  width: 328px;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 6px;
  text-align: center;
  border: 2px solid #14b414;
  background-color: #98f8a8;
  border-radius: 6px;
  font-size: 18px;
}

#submit:hover {
  background-color: #b4ffc4;
}

#submit-conditions {
  position: absolute;
  left: 160px;
  top: 398px;
  width: 350px;
  height: 28px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  text-align: center;
  font-size: 18px;
}

#submit-conditions.alt {
  position: absolute;
  left: 112px;
  top: 398px;
  width: 440px;
  height: 28px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 6px;
  text-align: center;
  font-size: 18px;
}

#submit-input {
  position: absolute;
  left: 310px;
  top: 480px;
  width: 52px;
  height: 36px;
  background-color: #e8f8f8;
}

#submit-input input {
  width: 50px;
  height: 34px;
  font-size: 22px;
}

#submit-submit {
  position: absolute;
  left: 266px;
  top: 526px;
  width: 122px;
  height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 6px;
  text-align: center;
  border: 2px solid #14b414;
  background-color: #98f8a8;
  border-radius: 6px;
  font-size: 18px;
}

#submit-submit:hover {
  background-color: #b4ffc4;
}

#new-game {
  position: absolute;
  left: 604px;
  top: 420px;
  width: 66px;
  height: 46px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 6px;
  text-align: center;
  border: 2px solid #1474a4;
  background-color: #98d8e8;
  border-radius: 6px;
  font-size: 18px;
}

#new-game:hover {
  background-color: #b4dff4;
}

#new-colours {
  position: absolute;
  left: 604px;
  top: 488px;
  width: 66px;
  height: 46px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-top: 6px;
  text-align: center;
  border: 2px solid #1474a4;
  background-color: #98d8e8;
  border-radius: 6px;
  font-size: 18px;
}

#new-colours:hover {
  background-color: #b4dff4;
}

.pointer {
  position: absolute;
  width: 30px;
  height: 40px;
  font-size: 42px;
  text-align: center;
}

.prompt {
  position: absolute;
  width: 50px;
  height: 40px;
  border: 1px solid #445444;
  background-color: #a8b8a8;
  border-radius: 26px;
  font-size: 20px;
  text-align: center;
  padding-top: 10px;
}

.swatch {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #a8b8a8;
  border-radius: 20px;
}

.swatchlabel {
  position: absolute;
  width: 44px;
  height: 30px;
  background-color: #c8c8a8;
}

.swatchlabel input {
  margin-left: 2px;
  width: 31px;
}

.interval {
  position: absolute;
  width: 74px;
  height: 4px;
  background-color: #222;
}

.sminterval {
  position: absolute;
  width: 36px;
  height: 4px;
  background-color: #222;
}

.ninterval {
  position: absolute;
  width: 74px;
  height: 0px;
  border-top: 4px dotted black;
}

.intervallabel {
  position: absolute;
  width: 74px;
  height: 34px;
  text-align: center;
  font-size: 36px;
  font-family: "Verdana", sans-serif;
  color: #333;
}

#nrich {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: #dde;
}

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

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