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

.main {
  width: 85%;
  height: 100%;
  background-color: white;
}

[data-trial-row] {
  transition: background-color 220ms ease-in-out;
}

[data-trial-row].active-trial {
  background-color: #fff4c2;
}

[data-trial-row].completed-trial {
  background-color: #e9f7ef;
}

#average-row.highlight-average {
  background-color: #dff3ff;
  font-weight: 600;
}

#result {
  min-height: 3.2rem;
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  border-left: 3px solid #3273dc;
  background-color: #f8fbff;
}

.formula-image {
  height: 1.3rem;
  width: auto;
  vertical-align: -0.2rem;
  margin: 0 0.2rem;
}

/*table.table{
	 background-color: lightblue;
  height: 40px;
  width: 200px;
  overflow-y: scroll;
}
*/
/*#main{
	margin-top: 20px;
}*/

#chartContainer {
  height: 65vh;
  width: 100%;
}

.apparatus {
  order: 1;
}

.simulation {
  order: 2;
}

.observations {
  order: 3;
}

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

  .simulation {
    order: 3;
  }

  .observations {
    order: 2;
  }
}
