html, body {
  font-size:20px;
  min-width:800px;
  /*border:1px blue solid;*/
}

.header{
	background-image:url(../Images/whiteBG.png);
	margin-bottom:10px;
}

.content2{
	width: 85%;
	height:83%;
}

.imageHolder{
	width:300px;
	margin:0px auto;
}

#submitBtn, #retakeBtn{
	font-size: 15px;
}

#results{
	font-size: 15px;
}

.choicesHolder{
	width:100%;
	
}



.popupHolder {
  height:300px;
  width:250px;
}



/*====================*/

.targetHolder{
	text-align:center;
	
}


.selected{
	border-radius:15px;
}

.choices{
	width:80px;
	height:40px;
	background-position: left;
	background-repeat:no-repeat;
	background-size:80px;
	text-align:center;
margin:0px 18px 0px -20px;
	

}

.colors{
	width:200px;
	height:150px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:150px;
	text-align:center;
	margin:0px -20px;

}

.colors2{
	width:200px;
	height:150px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:150px;
	text-align:center;
	margin:0px -20px;

}
.colors3{
	width:250px;
	height:150px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:200px;
	text-align:center;
	margin:0px -20px;

}
.colors4{
	width:300px;
	height:200px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:200px;
	text-align:center;
	margin:0px -40px;

}
.colors5{
	width:300px;
	height:100px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:200px;
	text-align:center;
	margin:0px -45px;

}
.colors6{
	width:300px;
	height:100px;
	background-position: center;
	background-repeat:no-repeat;
	background-size:200px;
	text-align:center;
	margin:0px -45px;

}

.controller{
	text-align:center;
	vertical-align:middle;
	margin-top:50px;
	margin-bottom: 50px;
}
