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

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

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

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


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

#instruction_div{
	font-size:15px;
}

#results{
	font-size: 15px;
}

.choicesHolder{
	width:100%;
	margin:-20px auto 0px auto;
}



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



.holder{
	display: block;
	margin-top:-20px;
}

.imageHolder{
	margin:0px auto;;
}

.imageHolder img{
	margin-top:40px;
}

.contentWrapper{
overflow-y:auto;
}


.controller{
	margin-top:20px;
}


.items{
	width:100px;
}

.droparea{
	width:150px;
	height:120px;
	margin:5px;
}
.droparea2{
	width:150px;
	height:120px;
	margin:5px;
}


/* .correct, .wrong { */
	/* left:75px !important; */
	/* top:77px !important; */
/* } */


.correct img, .wrong img{
	width:70px!important;
	height:70px!important;
}

.answer .correct{
	margin-left:0px;
	margin-top:0px;
}

.answer .spaceTD{
	height:20px;
}

.marks{
	width:30px;
	height:30px;
}

.itemHolder{
	position:relative;
}


.spaceTD{
	height:120px;
}

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

.choicesHolderImg{
	width:max-content;
	height:auto;
	/* margin-top:150px; */
	/* margin-left:-300px; */
	vertical-align:middle;
}

/* #choices3A.correct, #choices3B.correct, #choices3A.wrong, #choices3B.wrong */
/* { */
	/* left:80px !important; */
	/* top:60px !important; */
/* } */

ol
{
	padding-left : 22px !important;
}

.tableHolder
{
	margin-bottom: 100px;
}

.droparea{
	background-size:100%;
	background-repeat:no-repeat;
	background-size: contain;
	border: 2px solid white;
	border-radius: 10px;
	display: inline-block;
	width:70px;
	height: 70px;
}