﻿
.progress_bar_outer {
	height: 1em;
	width: 99%;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 25px;
}

.progress_bar_inner {
	margin: 0;
	height: 100%;
	width: 0;
	background-color: #3e9ba8;
	opacity: 0.25;
}
