.progress-container {
	top:0px;
	width: 100%;
	height: 8px;
	background: #ccc;
	position:fixed;
}

.progress-bar {
	height: 8px;
	background: #04AA6D;
	width: 0%;
}
