﻿.progress-xs {
	height: 10px;
	font-size: 8px;
	line-height: 10px;
}

	.progress-xs > .progress-bar {
		font-size: 8px;
		line-height: 10px;
	}

.progress-sm {
	height: 16px;
	font-size: 11px;
	line-height: 16px;
}

	.progress-sm > .progress-bar {
		font-size: 11px;
		line-height: 16px;
	}

.progress-md {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
}

	.progress-md > .progress-bar {
		font-size: 12px;
		line-height: 20px;
	}

.progress-lg {
	height: 30px;
	font-size: 20px;
	line-height: 30px;
}

	.progress-lg > .progress-bar {
		font-size: 20px;
		line-height: 30px;
	}

.progress-bar {
	color: #fff;
}

.progress-bar-low-percentage {
	color: #999;
	margin-left: 5px;
	float: left;
}