.tonic-wizard-result-footer {
  background-color: #50D2C2;
  color: white;
}

.tonic-wizard-score {
  font-size: 25px;
}

.tonic-wizard-frame {
  position:fixed;
  height:100vh;
  width:100vw;
  overflow-x: hidden;
  overflow-y: hidden;
}

/* sliding navigation between the slides */
.tonic-wizard-frame ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left:0;
  height:100vh;

  list-style-type: none;
  -webkit-transform-style: preserve-3d;/*YAY lag is fixed on firefox*/
	-ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.tonic-wizard-frame li {
  margin: 0;
  padding: 0;
  list-style-type: none;

  float: left;
  width: 100vw;
  height: 100%;
  color: black;
  text-align: left;
}
