.page {
  display: none;
}

.page p {
  max-width: 640px;
  margin: 10px auto;
  font-size: 16px;
  text-align:center;
}

.page h1 {
  text-align: center;
}

#overview {
  display: block;
}

.real {
  display: none;
}

.counter {
  display: none;
}

.placebo {
  display: none;
}

#game1 {
  height: 600px;
}

#reminderInstruction {
  margin-top: 100px;
}

#question {
  color: #000000;
  font-size: 38pt;
  margin: auto;
  position: relative;
  text-align: center;
  top: 100px;
  width: 400px;
  font-weight:bold;
}

#answer {
	display: none;
  color: #000000;
  font-size: 24px;
  font-weight: bold;
  height: 30px;
  left: calc(50% - 100px);
  margin: auto;
  position: relative;
  top: 150px;
  width: 200px;
}

/* disable the clear button https://stackoverflow.com/questions/19655250/is-it-possible-to-disable-input-time-clear-button */
input[type="text"]::-ms-clear {
  display: none;
}

#hint {
	display: none;
  color: #000000;
  height: 95px;
  left: calc(50% + 120px);
  position: relative;
  top: 82px;
  width: 235px;
}

#hint span {
	display:table-cell;
}

.larrow {
  font-size: 48px;
	width: 55px;
  font-weight: bold;
  padding-top: 15px;
}

#hint_txt {
  height: 85px;
	font-size: 18px;
	vertical-align: bottom;
}

#practiceFeedback {
  display:none;
  text-align: center;
}

.topRow {
  height: 30px;
}

#round_display {
  float:left;
  font-size: 18px;
}

#timer {
  float: right;
  font-size: 18px;
}

.timeRemaining {
  min-width: 20px;
  font-weight: bold;
  display: inline-block;
  text-align: right;
}

#game2 {
  max-width: 640px;
  margin: auto;
}

#question2 {
  max-width: 640px;
  font-size: 18px;
}

.vignetteQuestions li {
  margin: 20px;
  font-size: 16px;
}

.sliderHeading {
  height: 10px;
}

.heading0 {
  float: left;
}

.heading10 {
  float: right;
}

#demographic {
  max-width: 640px;
  margin: auto;
}

.buttonPanel {
  max-width: 640px;
  margin: auto;
}

#next {
  float:right;
}

/*https://www.w3schools.com/howto/howto_js_rangeslider.asp*/
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  
  appearance: none;
  width: 100%; 
  heightxx: 25px; /* breaks ie */
  background: #d3d3d3; 
  outline: none; 
  opacity: 0.7; 
  -webkit-transition: .2s; 
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */ 
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

/*
.slider::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
}
.slider::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.slider:focus::-ms-fill-lower {
  background: #3071a9;
}
.slider::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
.slider:focus::-ms-fill-upper {
  background: #367ebd;
}
*/

.modalQuestion {
  background-color: rgba(255, 255, 255);
  border: 2px solid #000000;
  height: 270px;
  left: 10%;
  position: fixed;
  top: 100px;
  width: 80%;
  z-index: 100;
  border-radius: 25px;
  padding-top: 49px;
  text-align: center;
}

#raw_data {
  width: 100%;
  height: 
}
