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;
}



/*====================*/
 .choices{
	width:150px;
	height:150px;
	border-radius:25px;
	background-repeat:no-repeat;
	background-size:150px;
	margin:10px;
	text-align:center;

margin-left: -10px;
margin-right: 20px;
}

.colors{
	width:100px;
	height:50px;
	border-radius:5px;
	background-repeat:no-repeat;
	background-size:100px;
	margin:10px;
	text-align:center;
	
	


}

#colorSelector{
	margin-left: -20px;
	
}

.tableHolder table{
	margin:0px auto;
	margin-left: -10x;
}
