@charset "utf-8";

.pdf_c {
	font-size: 12px;
	text-align: center;
	margin: 10px auto;
	line-height: 165%;
}

.progress-bar {
	width: 350px;
	margin: 10px auto;
	border: 1px Green solid;
	text-align: left;
}
#progress-bar {
	width: 0;
	height: 4px;
	margin: 0;
	background-color: Green;
}
#status {
	width: 350px;
	margin: 10px auto;
	font-size: 10pt;
}

.ftm {
	clear: both;
	width: auto;
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
	line-height: 1.5;
}

.new {
	font-size: 8pt;
	color: Red;
}
