.v-datalist-container {
  min-height: 31.25rem;
  height: 45vh;
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: white;
}
.v-instruction-text{
	text-align: left;
}
/*.main {
  width: 85%;
  height: 100%;
  background-color: white;
}
*/
.apparatus {
	order: 1;
}

.simulation {
	order: 2;
}

.observations {
	order: 3;
}

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

	.simulation {
		order: 3;
	}

	.observations {
		order: 2;
	}
}
