
#fileQueue {
	width: 370px;
	overflow: auto;

}

#fileUploaded{
	text-align: center;
	font-size: 16px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 4px;
	font-family: sans-serif;
	font-weight: bold;
	width: 100%;
	color: white;
	background-color: #ff8100;
}	

#submitted{
	text-align: center;
	font-size: 16px;
	padding-bottom: 4px;
	padding-right: 0px;
	padding-top: 4px;
	font-family: sans-serif;
	font-weight: bold;
	width: 100%;
	color: white;
	background-color: #ff8100;
}	

