#wizard .current-info, #wizard h2{ display: none; }

.actions { float: right; margin-top: 16px; margin-right: 161px; }

.actions ul{ list-style: none; }

.actions li, .steps li{ float: right; }

.actions a{ display: table-cell; vertical-align: middle; box-shadow: none; }

.actions a:hover { color: #FFF; }

.steps a, .steps a:hover { color: #000; }

.steps ul{ list-style: none; }

.steps{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: none;
	overflow: hidden;
	margin-bottom: 16px;
	font-size: 16px;
	margin-right: 161px;
}

.actions li{ margin-left: 16px; }

.steps li { margin-left: 16px; }

.steps li.current{ background-color: orange; }