.pace{
	z-index:2000;
	position:relative;
	margin:auto;
	top:0;
	left:0;
	right:0;
	bottom:0;
	height:5px;
	width:100%;
	background:#1c3263;
	/*border:1px solid #29d;*/
	border:1px solid #FAA519;
}
.pace .pace-progress{
	max-width:100%;
	z-index:2000;
	display:block;
	position:relative;
	top:0;
	right:100%;
	height:100%;
	width:100%;
	/*background:#29d;*/
	background:#FAA519;
}
