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, #AnswerBtn, #nextBtn, #prevBtn{
	font-size: 15px;
	width: 230px;
     margin: 5px;
}

#refbtn img{
	margin-right:40px;
}


#btnHolder{
	width:220px;
}

#results{
	font-size: 15px;
}

.choicesHolder{
	width:100%;
	left:0px;
}



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



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

.tableHolder{
	width:98%;
}

.tableHolderxdd{
	width:98%;
	height: 300px;
}

.tableHolder1{
	width:98%;
}

.inlineChoices{
  display: block;
  margin-left:0px;
}

.images{
	margin:0px 0px 30px 20px;
}

.itemNumber{
	padding-top:10px;
}

.choices{
	margin:10px;
}


.choices{
	width:50px;
	height:35px;
	line-height:30px;
	padding:10px;
}

.images3{
	width:250px; 
}

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

.responsive-img{
	width: 60%;
}

.responsive-img2{
	width: 80%;
}

.imgxdd{
	margin-left: 20px;
	width: initial;
}

.choiceBox {
	padding: 0px;
}

.draggable1, .draggable2 {
    width: 80px;
    height: 80px;
    line-height: 80px;
	display:inline-table;
	margin:20px;
}

.dropped{
	width:130px !important;
	height:80px !important;
	line-height:80px !important;
	left: 0px !important;
}

.sortable {
  list-style-type: none;
  padding: 0;
  color: #000;
  text-align: center;
  cursor: move;
  display: flex;
  flex-direction: column; /* Stack items vertically */
  gap: 10px; /* Spacing between items */
  margin: 0;
}

