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


#highscorefeedBack{
	margin-top:15px;
}

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

.choices{
	margin:10px;
}

.choices{
	width:170px;
	height:30px;
	line-height:30px;
}

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

.imgTD{
	width:150px;
}

.imgTD img{
	width:150px;
}

.image{
	width:200px;
	display:inline-table;
	margin:10px 0px;
}