canvas#simscreen {
  width: 100%;
  height: 81%;
  left: 0;
  top: 0;
}
.varname {
  position: relative;
  font-size: 14px;
  display: inline;
}

.varname p {
  position: relative;
  top: 1px;
  padding: 0;
  font-family: sans-serif;
  font-size: 1.1em;
  display: inline;
}

.usercheck {
  position: relative;
  left: 40px;
  top: 10px;
  padding-top: 15px;
  height: 20px;
  width: 125px;
}
.usercheck p {
  position: relative;
  margin: 0;
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
}
.usercheck input {
  position: relative;
  top: 2px;
  margin: 0;
}
.usercheck #resetparams {
  position: relative;
  left: 38px;
  margin-top: 3px;
}

#quickreficon {
  background-image: url("../images/quickreficon.png");
  position: absolute;
  left: 564px;
  top: 471px;
  height: 24px;
  width: 24px;
  border: double;
}
#legendicon {
  background-image: url("../images/legendicon.png");
  position: absolute;
  left: 564px;
  top: 471px;
  height: 24px;
  width: 24px;
  border: double;
}
#quickref {
  position: absolute;
  left: 600px;
  top: 225px;
  height: 100px;
  width: 0px;
  border: solid 0px;
  z-index: 99;
  overflow: hidden;
}
#legend {
  position: absolute;
  left: 300px;
  top: 95px;
  height: 0px;
  width: 100px;
  border: solid 0px;
  z-index: 100;
  overflow: hidden;
}



