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:350px;
  width:250px;
}



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

.tableHolder{
	width:98%;
}

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

.images{
	width:250px;
}

.itemImg{
	width:250px;
}

.textfieldHolder{
	display:block;
}



.itemNum{
	padding:10px 5px 0px 0px;
}
.itemNum2{
	padding:0px 5px 0px 0px;
}

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