body{
  background-color: #0d7173;
  margin: 0px;
}

.underlined{
  text-decoration: underline;
}

textarea {
  resize: none;
}

#text20{
  width: 78.5vw;
  height: 85vh;
}

#bottomPanel{
  width: 100vw;
  position: absolute;
  bottom: 0;
  height: 27px;
}

#startButton{
  position: absolute;
  bottom: 0;
  margin: 2px;
  font-weight: bold;
  min-width: 10px;
}

.currentApplication{
  position: absolute;
  bottom: 0;
  margin: 2px;
  margin-left: 70px;
  font-weight: bold;
}

.currentApplicationButtons{
  box-shadow: none !important;
  min-width: 25px;
}

#cadSoftwareWindow, #readmeWindow{
  width: 80%;
  height: 90vh;
  margin: auto;
  margin-top: 2.5vh;
}

canvas{
  display: block;
  margin: auto;
  margin-top: -5px;
}

.canvas{
  min-width: 100vw !important;
}

.verticalBar{
  width: 4px;
  height: 20px;
  background: #c0c0c0;
  box-shadow: inset -1px -1px #0a0a0a, inset 1px 1px #ffffff, inset -1px -1px #ffffff, inset 1px 1px #0a0a0a;
  position: absolute;
  bottom: 0;
  margin-bottom: 3.5px;
  margin-left: 58px;
  border-radius: 5px;
}

#readmeFile{
  margin-left: 156px;
}

#blendTopMenu, #blendMiddleMenu1, #blendMiddleMenu2, #blendBottomMenu{
  position: absolute;
  margin-top: -0.8vh;
  margin-left: -0.8vh;
  width: 79.7vw;
}

#blendMiddleMenu1{
  margin-top: 50vh;
  background-color: #9a9c86;
}

#blendMiddleMenu2{
  margin-top: 53vh;
  background-color: #808080;
}

#blendBottomMenu{
  margin-top: 56vh;
  background-color: #494949;
  height: 30vh;
}

#blendIButton, #blendScreen, #blendScene, p{
  position: absolute;
  margin-top: -0.8vh;
  margin-left: -0.8vh;
  min-width: 20px;
  font-size: 15px;
  font-weight: bold;
}

#blendMenuText{
  margin-left: 340px;
  margin-top: -2px;
  font-size: 11px;
}

#blendScreen, #blendScene{
  font-size: 11px;
  margin-left: 30px;
  width: 150px;
  text-align: left;
}

#blendScene{
  margin-left: 180px;
}