p{
  /*background-color: rgb(52);*/
	background-color: white;
}

#defaultCanvas0{
  position: fixed;
  top: 0;
  z-index: -1;
}

#Buttons{
  margin-left: 1em;
}

#configure-open{
}

#configure-div{
	position:absolute;
	background-color: white;
	margin-left: 1em;
	padding:2em;
	min-width:40vw;
  max-height: 80vh; /*Allows for scrolling */
  overflow-y: auto;
}

.slidercontainer{
	margin: 1vw, 1vh, 1vw;
	width:50%;
}

.slider {
  -webkit-appearance: none;
  width: 2vw;
  height: 2vh;
  border-radius: 1vh;  
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%; 
  background: #4CAF50;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #4CAF50;
  cursor: pointer;
}

#iterate{
  /*position:relative;
  margin-top: 8em;
  margin-left: 1em;*/
}

#promptMessage{/*
  position: fixed;
  margin-top: 6vw;
  margin-left: 3.5em;*/
}