html, body {
	font-size:20px;
	min-width:800px;
   /* border:1px red solid;*/
   overflow-x: hidden;
  }
  
  
  .content2{
	  width: 90%;
	  height:85%;
  }
  
  .dropHolder{
	  width:100%;
  }
  
  .header{
	  background-image:url(../Images/whiteBG.png);
	  margin-bottom:10px;
  }
  
  .popupHolder {
  height:350px;
  width:250px;
}
  
  .holder{
	  display: block;
  }
  
  .imageHolder{
	  margin:0px auto;;
  }
  
  .imageHolder img{
	  margin-top:20px;
  }
  
  
.tableHolder{
	width:98%;
}
  
  .controller{
	  margin-top:50px;
  }
  
  
  .answer .imageHolder img{
	  margin-top:20px; 
  }
  
  .textField{
	font-size:20px;
	width:40px;
	margin:0px Auto;
	text-align:center;
	font-family: "Avgardn";
}
  
.choicesHolderImg{
	position: sticky;
	display: inline-block;
	width: 350px;
}
 
.itemHolder{
	left: 10px;
	top: auto; /* allow vertical scroll */
	display: inline-block;
	position: sticky;
}
  
 .items{
	height: 145px;
	width: 145px;
	
 }


.sample{
	height: 145px;
	width: 145px;
	
}

.dropclass{
	 padding-top: 150px;
}