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

.hidden {
  display: none;
}

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

.lined-paper .head {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 600px;
  background-color: #FFF;
  min-height: 54px;
}

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

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

#intro {
  position: absolute;
  left: 48px;
  top: 10px;
  width: 642px;
  height: 0px;
}

.lined-paper {
  padding: 86px 5px 4px 42px;
  position: relative;
  color: #444;
  line-height: 20px;
  border: 1px solid #d2d2d2;
  background: #fff;
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
  background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  -ms-background-size: 100% 20px;
  -o-background-size: 100% 20px;
  background-size: 100% 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#card-sort-container.lined-paper::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 0;
  left: 38px;
  bottom: 0;
  border: 1px solid;
  border-color: transparent #efe4e4;
}

.lined-paper .head::before {
  content: "";
  position: absolute;
  width: 4px;
  top: 0;
  left: 38px;
  bottom: 0;
  border: 1px solid;
  border-color: transparent #efe4e4;
}

.squared-paper {
  padding: 86px 5px 4px 42px;
  position: relative;
  border: 1px solid #d2d2d2;
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(#fff 15px, #f4f4f4 3px, #f4f4f4 78px, transparent 78px);
  background-size: 16px 16px, 16px 16px, 80px 80px, 80px 80px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.big-squared-paper {
  padding: 86px 5px 4px 42px;
  position: relative;
  border: 1px solid #d2d2d2;
  background-size: 22px 22px;
  background-image: linear-gradient(to right, grey 1px, transparent 1px), linear-gradient(to bottom, grey 1px, transparent 1px);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-bottom: 12px solid white;
}

.mono {
  background-color: #222;
  border: 1px solid #222;
}

.tritone {
  padding: 86px 5px 4px 42px;
  position: relative;
  color: #444;
  line-height: 20px;
  border: 1px solid #d2d2d2;
  background: #eff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.tritone .logic-hole {
  position: absolute;
  background-color: #dce;
  color: #236;
  width: 100px;
  height: 20px;
}

.pale .logic-hole {
  position: absolute;
  background-color: #d2d8fb;
  color: #236;
  width: 100px;
  height: 20px;
}

.scrap {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 478px;
  height: 46px;
  border: 1px solid #9bc;
  color: #008;
  background: #fff;
}

.factandmultfudge2 {
  margin: auto;
}

.factandmultfudge1 {
  font-size: 22px;
  text-align: center;
  margin-top: 27px;
}

.pssfudge {
  font-size: 22px;
  line-height: 32px;
}

.scrap.pale {
  background-color: #bbdbdd;
}

.scrap.lined-paper {
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#d9eaf3), color-stop(4%, #fff)) 0 4px;
  background: -webkit-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -moz-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -ms-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: -o-linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  background: linear-gradient(top, #d9eaf3 0%, #fff 8%) 0 4px;
  -webkit-background-size: 100% 20px;
  -moz-background-size: 100% 20px;
  -ms-background-size: 100% 20px;
  -o-background-size: 100% 20px;
  background-size: 100% 20px;
}

.scrap.tritone {
  opacity: 0.8;
}

.scrap.squared-paper {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.05) 1px, transparent 1px), linear-gradient(-90deg, rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(rgba(0, 0, 0, 0.04) 1px, transparent 1px), linear-gradient(#fff 15px, #f4f4f4 3px, #f4f4f4 78px, transparent 78px);
  background-size: 16px 16px, 16px 16px, 80px 80px, 80px 80px;
}

.scrap.noborder {
  border: 0px;
}

.scrap.locked {
  color: #866;
}

.solution-column {
  float: left;
  width: 178px;
  position: relative;
  top: 0px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 3px;
}

.logic-hole {
  position: absolute;
  color: #236;
  width: 100px;
  height: 20px;
}

.logic-hole.target {
  border: 1px solid #48b;
}

.editable-text {
  position: absolute;
  background-color: #fec;
  color: #236;
  width: 160px;
  height: 28px;
}

.editable-text input {
  width: 152px;
  height: 24px;
  text-align: center;
}

#card-sort-container.graphic {
  border: 1px solid black;
}

#card-sort-container.graphic .scrap {
  background-color: rgba(250, 250, 250, 0.8);
  background-image: none;
}

#card-sort-container.graphic .logic-hole {
  background-color: rgba(40, 40, 40, 0.6);
  border: 1px solid transparent;
}

#card-sort-container .scrap.transparent {
  background-color: rgba(255, 255, 255, 0);
}

.checkmark {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  z-index: 1;
}

.checkmark:before {
  content: "";
  position: absolute;
  left: 15px;
  top: 1px;
  width: 3px;
  height: 24px;
  background-color: #080;
  z-index: 1;
}

.checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 22px;
  width: 6px;
  height: 3px;
  background-color: #080;
  z-index: 1;
}

.cross {
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  z-index: 1;
}

.cross:before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 3px;
  height: 22px;
  background-color: #900;
  z-index: 1;
}

.cross:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 20px;
  width: 20px;
  height: 3px;
  background-color: #900;
  z-index: 1;
}

.notcross {
  position: absolute;
  width: 92px;
  height: 32px;
  color: #600;
  z-index: 1;
}

#control-panel {
  position: absolute;
  left: 714px;
  top: 18px;
  width: 420px;
  height: 848px;
  padding: 6px 5px 4px 8px;
  color: #444;
  line-height: 20px;
  border: 1px solid #d2d2d2;
  background: #4d6d74;
}

#control-panel-hide {
  position: absolute;
  left: 380px;
  top: 0px;
  width: 20px;
  height: 20px;
  color: #fff;
}

#control-panel-title-1 {
  float: top;
  width: 354px;
  height: 24px;
  margin-top: 4px;
  padding: 6px;
  background-color: #a9f;
  font-size: 24px;
  text-align: center;
}

#control-panel-existing {
  float: top;
  width: 344px;
  height: 24px;
  padding: 10px;
  background-color: #eec;
  margin-top: 8px;
}

#control-panel-load {
  width: 344px;
  height: 30px;
  margin-top: -2px;
}

#control-panel-title-2 {
  float: top;
  width: 354px;
  height: 24px;
  margin-top: 8px;
  padding: 6px;
  background-color: #a9f;
  font-size: 24px;
  text-align: center;
}

.control-panel-item {
  float: top;
  width: 406px;
  height: 22px;
  margin-left: 0px;
  margin-top: 8px;
  padding: 6px;
  font-size: 20px;
  text-align: left;
  background-color: #eec;
}

#control-panel-graphic {
  width: 106px;
}

#control-panel-intro {
  width: 206px;
}

#control-panel-card-padding {
  margin-right: 4px;
  width: 26px;
}

#control-panel-padding-top {
  margin-right: 4px;
  width: 26px;
}

#control-panel-padding-left {
  margin-right: 4px;
  width: 26px;
}

#control-panel-padding-bottom {
  margin-right: 4px;
  width: 26px;
}

#control-panel-padding-right {
  margin-right: 4px;
  width: 26px;
}

#control-panel-total-height {
  margin-right: 4px;
  width: 26px;
}

#control-panel-columns {
  margin-right: 4px;
  width: 34px;
}

#control-panel-rows {
  width: 38px;
}

#control-panel-row-height {
  width: 32px;
}

#control-panel-submit-type {
  width: 56px;
}

#control-panel-placement-type {
  width: 80px;
}

.preview-column {
  float: left;
  width: 116px;
  margin-top: 10px;
  margin-right: 6px;
}

.preview-column.staggered {
  padding-top: 18px;
}

.preview-width-input input {
  width: 62px;
  margin: 6px;
}

.preview-cell {
  float: top;
  width: 116px;
  height: 18px;
  background-color: #fff;
  font-size: 20px;
  margin-bottom: 6px;
  text-align: center;
}

.preview-cell-contents {
  float: left;
  width: 78px;
  height: 16px;
  padding: 1px;
  background-color: #fff;
  font-size: 14px;
  text-align: left;
  overflow: hidden;
}

.preview-cell-image {
  float: left;
  width: 12px;
  height: 16px;
  background-color: #acf;
  font-size: 14px;
  text-align: left;
  background-image: url(camera_icon.png);
  margin-top: 1px;
  margin-bottom: 1px;
}

.preview-cell-image.editing {
  background-image: url(cameraing_icon.png);
}

.preview-cell-edit {
  float: left;
  width: 12px;
  height: 16px;
  background-color: #acf;
  font-size: 14px;
  text-align: left;
  background-image: url(edit_icon.png);
  margin-top: 1px;
  margin-bottom: 1px;
}

.preview-cell-edit.editing {
  background-image: url(editing_icon.png);
}

.preview-cell-locked {
  float: left;
  width: 12px;
  height: 16px;
  background-color: #acf;
  font-size: 14px;
  text-align: left;
  background-image: url(locked_icon.png);
  margin-top: 1px;
  margin-bottom: 1px;
}

.preview-cell-unlocked {
  float: left;
  width: 11px;
  height: 16px;
  background-color: #acf;
  font-size: 14px;
  text-align: left;
  background-image: url(unlocked_icon.png);
  margin-top: 1px;
  margin-bottom: 1px;
}

#submit {
  position: absolute;
  left: 240px;
  top: 576px;
  width: 100px;
  height: 24px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-align: center;
  border: 2px solid #449414;
  background-color: #a8e898;
  border-radius: 6px;
  font-size: 18px;
}

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

#control-panel-create {
  position: absolute;
  left: 30px;
  top: 868px;
  width: 78px;
  height: 22px;
  padding: 4px;
  background-color: #eb6;
  border: 1px solid #f88;
  text-align: center;
}

#control-panel-download {
  position: absolute;
  left: 152px;
  top: 868px;
  width: 78px;
  height: 22px;
  padding: 4px;
  background-color: #eb6;
  border: 1px solid #f88;
  text-align: center;
}

#control-panel-upload {
  position: absolute;
  left: 274px;
  top: 868px;
  width: 78px;
  height: 22px;
  padding: 4px;
  background-color: #eb6;
  border: 1px solid #f88;
  text-align: center;
}

#control-panel-json-entry {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 858px;
  height: 920px;
  padding: 4px;
  background-color: #d4f4e6;
  border: 1px solid #58f;
}

#control-panel-json-entry-cancel {
  position: absolute;
  left: 72px;
  top: 868px;
  width: 78px;
  height: 22px;
  padding: 4px;
  background-color: #6d9;
  border: 1px solid #5a8;
  text-align: center;
}

#control-panel-json-entry-confirm {
  position: absolute;
  left: 226px;
  top: 868px;
  width: 78px;
  height: 22px;
  padding: 4px;
  background-color: #6d9;
  border: 1px solid #5a8;
  text-align: center;
}

#control-panel-json-entry textarea {
  width: 852px;
  height: 840px;
}

#control-panel-cell-content-edit {
  position: absolute;
  left: -694px;
  top: 620px;
  width: 640px;
}

#control-panel-cell-content-edit input {
  width: 620px;
  height: 34px;
}

#control-panel-cell-content-edit-submit {
  position: absolute;
  left: 624px;
  top: 0px;
  width: 36px;
  height: 30px;
  padding-top: 10px;
  text-align: center;
  background-color: #3b4;
}

#control-panel-docs {
  position: absolute;
  left: 444px;
  top: 0px;
  width: 414px;
  height: 920px;
  padding: 4px;
  background-color: #a2a2b4;
  border: 1px solid #aab;
  text-align: center;
}

#control-panel-docs-load {
  position: absolute;
  left: 2px;
  top: 52px;
  width: 408px;
  height: 20px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-styles {
  position: absolute;
  left: 2px;
  top: 130px;
  width: 408px;
  height: 40px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-intro {
  position: absolute;
  left: 2px;
  top: 188px;
  width: 408px;
  height: 20px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-padding {
  position: absolute;
  left: 2px;
  top: 224px;
  width: 408px;
  height: 20px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-spatial {
  position: absolute;
  left: 2px;
  top: 256px;
  width: 408px;
  height: 40px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-columns {
  position: absolute;
  left: 2px;
  top: 308px;
  width: 408px;
  height: 20px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-rows {
  position: absolute;
  left: 2px;
  top: 340px;
  width: 408px;
  height: 40px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-special {
  position: absolute;
  left: 2px;
  top: 392px;
  width: 408px;
  height: 100px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-widths {
  position: absolute;
  left: 2px;
  top: 504px;
  width: 408px;
  height: 20px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-cards {
  position: absolute;
  left: 2px;
  top: 536px;
  width: 408px;
  height: 82px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#control-panel-docs-buttons {
  position: absolute;
  left: 2px;
  top: 840px;
  width: 408px;
  height: 64px;
  padding: 4px;
  background-color: #e8e6e0;
  border: 1px solid #bb9;
  text-align: center;
}

#link-list {
  position: absolute;
  left: 34px;
  top: 90px;
  width: 610px;
  height: 412px;
  padding: 12px;
  background-color: #eb6;
}

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

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

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