<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 red solid;*/
}


.content2{
	width: 90%;
	height:85%;
}

.dropHolder{
	width:80%;
}

.header{
	background-image:url(../Images/whiteBG.png);
	margin-bottom:10px;
}

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

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

.textPadding{
	padding-top:22px;
}

.itemImg{
	width:150px;
}

/*
.choicesHolder{
	width:400px;
}

*/
#choices1, #choices2, #choices3, #choices4, #choices5{
	padding:52px 28px;
}

.hide-on-mobile {
	display: none;
}
/*
.draggable1, .draggable2 {
    width: 60px;
    height: 60px;
    line-height: 60px;
	margin:5px;
}


.dropped{
	width:100px !important;
	height:100px !important;
	line-height:100px !important;
}


*/
</pre></body></html>