body {
	font: 16px/1.5em arial;
}
.pull-left {
	margin: 0 0px 0 0;
	width: 0px;
}
.pull-right {
	margin: 0 0 0 0px;
	width: 0px;
}
.progress {
	position: relative;
}
.center-bar {
	border-left: 1px dashed #FFF;
	height: 100%;
	left: 0%;
	position: absolute;
}
@media (min-width: 900px) {
	
	ol li {
		float: left;
		margin-bottom: 1em;
		width: 0%;
	}

}