<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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 auto;
}

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

#results{
	font-size: 15px;
}



.choicesHolder{
	width:100%;
}



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


#highscorefeedBack{
	margin-top:15px;
}

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

.inline{
  white-space:nowrap;
  margin:2px;
}

.inlineChoices{
  white-space:nowrap;
}


.choices{
	margin:5px !important;
}


.setChoices1, .setChoices2{
	width:100px;
	height:100px;
}


.imgTD{
	width:150px;
}

.imgTD img{
	width:150px;
}

.itemImg{
	width:200px;
}

.tableHolder{
	width:350%;
	overflow-x:auto;
}



.centerDiv{
	width:340px;
}


.itemNum{
	padding:20px 3px 0px 0px;
	
}

.sortable{
	width:400px;
}</pre></body></html>