.task-data {
	margin: 0px auto;
	height: 50px;
	display: flex;
}
.task-data > div {
	display: inline-block;
	min-width: 120px;
	text-align: right;
}
.task-eta {
	margin-left: auto;
	padding-right: 15px;
}
#current-task-progress {
	background-color: #0b0;
	height: 20px;
	margin-left: 0px;
	transition: width 0.1s linear;
}
#total-task-progress {
	background-color: #f0f;
	height: 20px;
	margin-left: 0px;
	transition: width 0.1s linear;
}