
dl.progress, dl.progress * {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

dl.progress {
	padding: 1px;
	border: 1px solid darkgrey;
	height: 20px;
	width: 100%;
	text-align: center;
}

.progress dt {
	width: 0;
	height: 0;
	overflow: hidden;
}

.progress .done {
	font-size: 75%;
	height: 100%;
	float: left;
	background-color: rgb(10, 231, 10);
}
.progress .doneStaged {
	font-size: 70%;
	height: 100%;
	float: left;
	background-color: rgb(199, 6, 6);
}
.progress .doneFailed {
	font-size: 70%;
	height: 100%;
	float: left;
	background-color: rgb(228, 177, 10);
}



