
#checkout_progress {
	position: relative;
	width: 100%;
	height: 3px;
	background-color: #5E4E49;
	z-index: 10;
}

#checkout_progress .step {
	position: relative;
	margin-left: .8em;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	bottom: 9px;
	color: #5E4E49;
	z-index: 20;
	background-color: #F3EED6;
	padding: 2px 4px;
}

#checkout_progress .step.dim {
	color: #B79E5C;
	font-weight: normal !important;
}

