body{
	font-family:arial;
	background-color:#dfecec;
}

h2{
	margin-top:-5px;
}

#content{
	max-width:700px;
	margin-left:auto;
	margin-right:auto;
}

#topArea{
	xborder:1px solid black;
	position:absolute;
	max-width:700px;
	xbackground-color:rgba(46, 31, 31, 0.05);
	xpadding:15px;
	border-radius:5px;
	xmargin-bottom:300px;
}


#btnFormat{
	margin-top:20px;
	margin-right:20px;
	width:100px;
	height:70px;
	float:left;
	position:relative;
}

#checkboxCon{
	width:200px;
	xmargin-bottom:100px;
	float:left;
	xborder:1px solid black;
	position:relative;
}

#stats{
	width:300px;
	float:left;
	xborder:1px solid black;
	position:relative;

}

#textareaContainer{
	margin-top:220px;
	max-width:700px;
	background-color:rgba(46, 31, 31, 0.05);
	padding:15px;
	border-radius:5px;
	position:absolute;
}

.list{
	width: 300px;
	height:100px;
}

.container{
	padding:5px;
	float:left;
}

#testContainer{
	margin-top:450px;
	max-width:700px;
	xbackground-color:rgba(46, 31, 31, 0.05);
	padding:15px;
	border-radius:5px;
}

					
.rawAmount{
	xfont-weight:bold;
}

#newAmount{
	xcolor:#00ff00;
	xfont-weight:bold;
}

#dupesRemoved{
	xcolor:red;
	xfont-weight:bold;
}