*{
	background-color: #F8F8FF;
}


#ConsentForm{
	margin: 15px;
}

#Debrief{
	margin: 15px;
}

#ProspectInstructions{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14pt;
}

#StartTrials{
	font-size: 18pt;
	background-color: white;
}

#SurveyInstructions{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14pt;
}

#StartSurvey{
	font-size: 18pt;
	background-color: white;
}

#Survey{
	font-size: 14pt;
	background-color: #F8F8FF;
}

#EndSurvey{
	font-size: 18pt;
	background-color: white;
}

#TrialDisplay{
	margin: 15px;
	text-align: center;
	font-size: 18pt;
}

#TrialDisplayCertain{
	margin: 15px;
	text-align: center;
	font-size: 18pt;
}

.row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.column{
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}