html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #423930;
}

h1 {
  text-align: center;
  font-size: 50px;
  color: #FFFDD0;
  /* margin: 4px 0 20px 0; */
  font-family: "SourceSansPro";
}
#buttons {
	/* margin: 20px 0 0 0; */
	text-align: center;
}

#content {
	height: 302px;
	width: 302px;
	/* background-color: blue; */
	overflow: hidden;
	position: relative;
	/* border: 1px solid yellow; */
	box-shadow: -1px -1px 4px 4px grey;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#hexaminos {
	height: 300px;
	width: 300px;
	background-color: white;
	overflow: hidden;
	position: relative;
	margin: 1px;
}

#hexaminos-start,
#hexaminos-stop {
	display: none;
	cursor: pointer;
}
#hexaminos-spinner {
	width: 250px;
	height: 250px;
	margin-left: auto;
	margin-right: auto;
}

#conversions {
	margin: 50px;
	height: 50px;
	width: 600px;
	background-color: white;
	overflow: hidden;
	position: relative;
}

.sprite {
	height: 120px;
	width: 120px;
	float: left;
	position: absolute;
	/* border: 1px solid blue; */
	background-repeat: no-repeat;
	background-position: 0,0;
}

#SP_0 {
	background-image: url(../../images/pattern.png);
	left: 100px;
	top: 120px;
	border: 1px solid black;
	width: 100px;
	height: 60px;
	z-index: 2000;
}

#nb_tests {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

#duration {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	color: white;
	text-align: center;
	margin-bottom: 10px;
}

	