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%;
	padding: 15px;
}

.imageHolder{
	width:300px;
	margin:0px auto;
}

#submitBtn, #retakeBtn{
	font-size: 15px;
}

#results{
	font-size: 15px;
}





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



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

.choices{
	width:50px;
	height:50px;
	margin:0px 5px;
}

.selected{
	border-radius:15px;
}

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

.item1, .item2, .item3, .item4, .item5
{
	width: 35px;
	height: 45px;
}

.choices
{
	margin: 2px;
}

.choicesHolder1, .choicesHolder2, .choicesHolder3, .choicesHolder4, .choicesHolder5{
	width:80% !important;
}




