#progress_bar {
	width: 100%;
	height: 10px;
	background-color: black;
	margin-top: 5px;
}

#progress_bar_inside {
	width: 0%;
	height: 10px;
	background-color: blue;
}