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



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



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

.tableHolder{
	width:98%;
}

.inlineChoices{
  display: block;
  margin:5px 0px 5px 0px;
}

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

.itemNumber{
	padding-top:10px;
}

.images3{
	width:250px; 
}

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

.inline2 img{
	border: 1px solid black;
	border-radius: 10px;
	width: 80%;
}

.number{
	min-width:30px;
}