.steps {
}

	.steps > .step {
	}

		.steps > .step > .header {
		}

		.steps > .step > .step-number {
			width: 110px;
			float: left;
			font-size: 90%;
			font-weight: bold;
			height: 100%;
			color: #909090;
			text-align: right;
			margin-top: 20px;
		}

		.steps > .step > .description {
			width: 573px;
			margin-left: 125px;
		}
