*{
	background-color: #F8F8FF;
}

input[type='number']{
    width: 120px;
    height: 40px;
    font-size: 14pt;
    text-align: center;
}

input[type='text']{
    width: 360px;
    height: 40px;
    font-size: 14pt;
    text-align: center;
}

#ConsentForm{
	margin: 15px;
}

#Debrief{
	margin: 15px;
}

#MainInstructions{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14pt;
}

#SESQuestion{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14pt;
}

#SESPrompt{
	text-align: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 14pt;
}

#Survey{
	font-size: 14pt;
	background-color: #F8F8FF;
}

#Spending{
	font-size: 14pt;
	background-color: #F8F8FF;
}

#StartSES{
	font-size: 18pt;
	background-color: white;
}

#StartPrompt{
	font-size: 18pt;
	background-color: white;
}

#StartSurvey{
	font-size: 18pt;
	background-color: white;
}

#StartSpending{
	font-size: 18pt;
	background-color: white;
}

#StartDebrief{
	font-size: 18pt;
	background-color: white;
}