@font-face {
  font-family: digi;
  src: url(DS-DIGII.TTF);
}
.userSelect {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main {
  overflow: hidden;
}
.varResult {
  padding: 5px 0 10px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
#mainDiv {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: #ffffff 2px solid;
}
#rightminvals,
#rightminvals1,
#rightminvals2 {
  float: right;
  padding-left: 7px;
}
#rightmaxvals,
#rightmaxvals1,
#rightmaxvals2 {
  float: right;
  padding-right: 20px;
}
#bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#appartus_beaker {
  position: absolute;
  top: 14%;
  left: 36%;
  width: 29%;
  height: 34%;
}
#saltbridge {
  width: 98%;
  height: 100%;
}
#solution_water_an {
  position: absolute;
  top: 38%;
  left: 25%;
  width: 20%;
  height: 30%;
  background-color: #008cfffd;
  opacity: 0.3;
  border-bottom-left-radius: 26px 14px;
  border-bottom-right-radius: 26px 17px;
}
#solution_water_cd {
  position: absolute;
  top: 37.7%;
  left: 60%;
  width: 20%;
  height: 30%;
  background-color: #008cfffd;
  opacity: 0.4;
  border-bottom-left-radius: 26px 14px;
  border-bottom-right-radius: 26px 17px;
}
#voltmeter {
  position: absolute;
  top: 11%;
  left: 13%;
  width: 72%;
  height: 90%;
}
#voltmeterimg {
  width: 98%;
  height: 100%;
}
#volt_reading {
  position: absolute;
  top: 63.3%;
  left: 254px;
  color: #000;
  font-size: 200%;
  text-align: center;
  cursor: default;
  font-family: digi;
}
#Anoderod {
  position: absolute;
  top: 17%;
  left: 28%;
  width: 5%;
  height: 45%;
}
#cathoderod {
  position: absolute;
  top: 16%;
  left: 65%;
  width: 5%;
  height: 45%;
}
.sizes {
  height: 100%;
  width: 98%;
}
.sizes1 {
  height: 100%;
  width: 98%;
}
#cathodeboard {
  position: absolute;
  top: 64%;
  left: 64%;
  width: 18%;
  height: 7%;
}
#anodeboard {
  position: absolute;
  top: 64%;
  left: 25%;
  width: 18%;
  height: 7%;
}
#cathode_label {
  position: absolute;
  top: 64%;
  left: 61%;
  font-size: 110%;
  padding-left: 7%;
  color: #000;
}
#anode_label {
  position: absolute;
  top: 64%;
  left: 23%;
  font-size: 110%;
  padding-left: 7%;
  color: #000;
}
#anode_sollabel {
  position: absolute;
  top: 47%;
  left: 23%;
  width: 20%;
  height: 7%;
}
#anode_rodlabel {
  position: absolute;
  top: 31%;
  left: 28%;
  width: 5%;
  height: 7%;
}
#cathode_sollabel {
  position: absolute;
  top: 47%;
  left: 59%;
  width: 20%;
  height: 7%;
}
#cathode_rodlabel {
  position: absolute;
  top: 30%;
  left: 65%;
  width: 5%;
  height: 7%;
}
.varTitle1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
  color: #000000;
  background-color: #ffffff;
  width: 93px;
  height: 18px;
  text-align: center;
}
#anodebeaker {
  position: absolute;
  top: 27%;
  left: 22.5%;
  width: 21.6%;
}
#cathodebeaker {
  position: absolute;
  top: 26.5%;
  left: 58.7%;
  width: 21.6%;
}
input[type="range"] {
  display: block;
  width: 90%;
  margin: auto;
}
.varTitle {
  padding: 3px 0 0 10px;
}
.varTitle2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 130%;
  color: #000000;
  width: 93px;
  height: 18px;
  text-align: center;
}
.form-control {
  margin: 3px 0 3px 23px;
  color: #ffffffe5;
  width: 128px;
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #47bb99;
  box-shadow: 5px 3px 5px #252729;
  border: 1px solid #777777;
  border-radius: 12px 12px 4px 12px;
  font-size: 12px;
  padding: 5px 6px;
  resize: none;
}
