*{
	background-color: #F8F8FF;
}

#ConsentForm{
	margin: 15px;
}

#Debrief{
	margin: 15px;
}

#StudyInstructions{
	font-size: 14pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#StartStudy{
	font-size: 14pt;
	background-color: white;
}

#TestInstructions{
	font-size: 14pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#StartTest{
	font-size: 14pt;
	background-color: white;
}

#StudyDisplay{
	font-size: 24pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 900px;
}

#TargetWord{
	font-size: 36pt;
	font-weight: bold;
	letter-spacing: 5px;
}

#StudyQ1{
	font-size: 24pt;
}

#StudyQ2{
	font-size: 24pt;
}

#TrueButton{
	font-size: 24pt;
	background-color: white;
}

#FalseButton{
	font-size: 24pt;
	background-color: white;
}

#TestDisplay{
	font-size: 24pt;
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 900px;
}

#TestWord{
	font-size: 36pt;
	font-weight: bold;
	letter-spacing: 5px;
}

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

#SliderValue{
	font-size: 24pt;
}

#NextTrial{
	font-size: 24pt;
	background-color: white;
}

#WarningMessage{
	font-size: 36pt;	
	text-align: center;
	position: fixed;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 300px;
	width: 900px;
}