
body {
  margin: 0;
  padding: 0;
  font-size: 1.6em !important;
  font-family: "Open Sans", sans-serif;
  color: white !important;
  background-color: black !important;
}

#strug-logo {
  margin: 0;
}

.grey {
  color: darkgray;
  font-size: 0.9em;
}

#instruction {
  color: darkgrey;
}

.hr {
  noshade: noshade;
  border-color: purple;
  width: 200px;
}

.bg-image-box {
  margin: auto;
  border: 0px;
  display: block;
  height: ;
}

.js-input-box {
  margin: auto;
  height: auto;
  border: 0px solid blue;
}

.bg-image-box:before {
  content: "";
  background: url(https://www.supertorchritual.com/underground/images/17/fractal_pattern.jpg);
  opacity: 0.2;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center top;
  top: 35px;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: -1;  
}

#inputArea1 {
  padding-bottom: 3px;
}

#inputArea3 {
  font-size: 0.8em
}

/* OUTPUT AREA */

.output_wrapper {
  margin: auto;
  padding-left: ;
  width: 255px;
  height: auto;
  border: 0px solid red;
  position: relative;
}

.output_wrapper2_a {
  margin: auto;
  padding-left: ;
  text-align: left;
  width: 300px;
  height: auto;
  bottom: 5px;
  border: 0px solid red;
  position: relative;
}

.output_wrapper2_b {
  margin: auto;
  padding-left: ;
  text-align: left;
  width: 160px;
  height: auto;
  border: 0px solid green;
  bottom: 5px;
  left: 84px;
  position: relative;
}

.output-bigtitle {
  text-align: center;
  font-size: 18px;
  text-decoration: underline;
  font-weight: bold;
}

.output_labelbox {
  margin: ;
  border: 0px solid yellow;
  background-color: ;
  height: 100%;
  width: 76px;
  float: left;
  text-align: center;
  font-size: 13px;
  position: absolute;
}
  
#output_box1 {
  margin: ;
  margin-bottom: 15px;
  border: 0px solid green;
  background-color: ;
  height: auto;
  width: 80%;
  left: 80px;
  float: ;
  position: relative;
}

#output_box2 {
  margin: ;
  margin-right: 5px;
  margin-bottom: 15px;
  border: 0px solid green;
  padding: 0px;
  background-color: ;
  height: auto;
  width: 80%;
  left: 80px;
  float: ;
  position: relative;
}

#output_box3 {
  margin: ;
  margin-right: 5px;
  border: 0px solid green;
  background-color: ;
  height: auto;
  width: 80%;
  left: 80px;
  float: ;
  position: relative;
}




