
	#box{
		background-color: green;
		height: 20px;
		width: 20px;
		display: none;
		position: relative;
		
		
	}
	#circle{
		background-color: green;
		height: 20px;
		width: 20px;
		display: none;
		border-radius: 50%;
		position: relative;
	}
	body{
		font-family: Veranda, Geneva, sans-serif;
	}
	#time{
		font-weight: bold;
	}
	#currentTime{
		float:left;
	}

	#overallTime{
		float: left;
		position: relative;
		left: 13%;
	}
	#sampleSize {
		font-weight: bold;

	}

	#reactionAverage{
		font-weight: bold;
	}
