.custom-container {
	width: 70%;
	margin: auto;
}

.wizard > .content {
	background-color: transparent;
}

.wizard ul {
	display: flex !important;
	width: 100%;
    justify-content: center;
}

.wizard .number {
	display: none;
}

.wizard > .steps a {
	text-align: center;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
	background: #ec3439;
}
.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
	background: #ec343952;
}
.wizard > .steps ul{
	padding-top: 40px;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
	background: #ec3439;
}

[href="#finish"] {
	background: #5cb85c !important;
}

.wizard > .content > .body {
	height: auto;
	position: relative;
}
.wizard > .content {
	overflow: unset;
	min-height: 10em;
}
.wizard > .content > .body {
	padding-top: 0px;
}