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




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

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

.choices1{
	width: 100px;
  height: 100px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100px;
  margin: 10px;
    margin-top: 10px;
    margin-left: 10px;
  text-align: center;
  margin-left: 90px;
  margin-top:212px;	
}

.choices11{
	width: 100px;
  height: 100px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100px;
  margin: 10px;
    margin-top: 10px;
    margin-left: 10px;
  text-align: center;
  margin-left: 178px;
  margin-top:208px;
}

.choices2{
	width: 100px;
  height: 100px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100px;
	margin:10px;
	text-align:center;
	margin-left: 90px;
	margin-top: 530px;
}

.choices22{
	width: 100px;
  height: 100px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100px;
	margin:10px;
	text-align:center;
	margin-left: 178px;
	margin-top: 528px;
}

.choices3{
	width: 100px;
  height: 100px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100px;
	margin:10px;
	text-align:center;
	margin-left: 90px;
	margin-top: 852px;

	
}

.choices33{
	width: 100px;
  height: 100px;
  display: inline-flex;
  background-repeat: no-repeat;
  background-size: 100px;
	margin:10px;
	text-align:center;
	/* margin-left: 178px;
	margin-top: 850px; */
	left: 168px;
	top: 840px;
	
}


.choicesHolder2{
	margin-left: -60px;
	width:900px;
	display: flex;
  flex-direction: column;
}

.ansHolder {
	display: flex;
	flex-direction: column;
	margin-left: -20px;
}