

#over {
  position: absolute;
  border: 1px solid grey;
  border-radius: 5px;
  background-color: #f4f7f5;
  width: 700px;
  height: 400px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}

section#sbs {
  height: 160px;
  margin: auto;
  padding: 10px;
}

div#inputs {
    width: 230px;
    height: 250px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: #f4f7f5;
    float: left;
}


div#present {
  height: 250px;
  border: 1px solid grey;
  border-radius: 5px;
  margin-left: 235px;
}

.input-lab {
  position: relative;
  top: 5px;
  left: 5px;
  font-family: Arial, sans-serif;
}

.n-field {
  position: absolute;
  right: 5px;
  top: 8px;
  background-color: #f7f0b7;

}

.param-input {
  background-color: #d5e0d9;
  position: relative;
  left: 5px;
  top: 5px;
  right: 5px;
  bottom: 5px;
  height: 30px;
  width: 210px;
  border: 1px solid grey;
  border-radius: 5px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

canvas#bank-display {
  margin-top: 5px;
  margin-left: 5px;
  background-color: black;
}

div#slides {
  height: 100px;
  margin-left: 10px;
  margin-top: 95px;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid grey;
  border-radius: 5px;
  float: bottom;
}

div#as-slide {
  position: relative;
  margin-top: 10px;
}

div#rad-slide {
  position: relative;
  margin-top: 10px;
}



#slide-rad-field {
  position: right;
  width: 480px;
}



#slide-as-field {
  position: right;
  width: 480px;
}

div#vert {
  border-left: thin solid #ff0000;
  height: 60px;
  padding: 10px;
  margin-left: 110px;;
  margin-right: 10px;
}

#maths-left {
  margin-top: 30px;
  margin-left: 5px;
  position: relative;
  float: left;
}

#maths-right {
  margin-top: 30px;
  margin-left: 5px;
  float: right;
}

div#sim {
  position: relative;
  margin-top: 10px;
}

#sim-but-lab {
  float: left;
}


#sim-but {
  position: right;
  border-top: 3px;
  margin-top: 3px;
  margin-left: 110px;
}
