/*.page {
	
	overflow-y: hidden;
overflow-x: hidden;
}*/
.vr{
  width:3px;
  display:table-cell;
  background-color:black;
  height:100%;
  
}
.v-canvas-container {
	width: 100%;
	/*height: 100%;*/
	/*background-color: #b3ecff;*/
	border: 0.2rem solid #97d23d !important;
	border-radius: 25px;

}

.v-datalist-container {
	height: 100%;
}

#container{
	height: 400px;
}
#border-radius{
	border-radius: 1px;
}
#radio-style{
	justify-content: left;
	padding: 0.4em;
	margin-left: 0.4em;
}

#slider-left{
	justify-content: left;
}

 

g {
	outline-color: solid 10px black;
}

.apparatus {
	order: 1;
}

.simulation {
	order: 2;
}

.observations {
	order: 3;
}

@media screen and (max-width: 1023px) {
	.apparatus {
		order: 1;
	}

	.simulation {
		order: 3;
	}

	.observations {
		order: 2;
	}
}
