.v-datalist-container {
  min-height: 28.25rem;
  height: 80vh;
  width: 100%;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  background-color: white;
}

.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;
	}
}
