body {
	background-color: #FAF4D4;
	}
	
p.next_experiment {
		text-align: right;
}

#experiment_content, #experiment_button {
	text-align: center;
}

#experiment_content {
	min-height: 250px;
	width: 80%;
	border: thin #6b252f solid;
	margin: 10px auto;
	padding: 20px;
	position: relative;
}
#experiment_content > p.description {
	text-align: left;
}
#experiment_content > p.task {
	font-size: 24px;
}

#experiment_button > button {
	width: 150px;
	height: 30px;
	margin-left: 25px;
	margin-right: 25px;
}

#popup_results > #close {
	top: 2px;
	right: 2px;
	width: 15px;
	height: 15px;
	position: absolute;
	background-image: url(../img/popup_close_button.png)
}

td {
	padding-left: 10px;
	padding-right: 10px;
}

.wordbox {
	width: 200px;
	height: 50px;
	line-height: 50px;
	background-color: #7d4548;
	color: #FFF;
	margin: 10px;
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
}

.wordbox_review {
	width: 120px;
	height: 19px;
	line-height: 19px;
	background-color: #7d4548;
	color: #FFF;
	margin: 2px;
	vertical-align: middle;
	display: inline-block;
	font-size: 15px;
}

#timer_div {
	margin-left: -60px;
	margin-right: -60px;
	width: 120px;
	bottom: 10px;
	position: absolute;
	left: 50%;
}
#timer_div_review {
	/*margin: -60px;*/
	width: 120px;
	height: 120px;
	position: absolute;
	right: 5%;
	top: 5%;
}
a.experiment_button:hover {
	background-color: inherit;
}
#chart_results {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-right: 30px;
}

p.centerinbox {
	display: block;
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
}

p.centerinbox2 {
	display: block;
	position: absolute;
	top: 20%;
	left: 0px;
	right: 0px;
}