.progress-container {
	top:0px;
	width: 100%;
	height: 8px;
	background: #ccc;
	position:fixed;
	z-index:999;
}

.progress-bar {
	height: 8px;
	background: #ff0000;
	width: 0%;
}
