#wizard form:not(:first-of-type) {
	/*display: none;*/
}
#progressbar {	
    margin-right: auto;
    width: 100%;
    height: 70px;
    margin-left: auto;
}
#progressbar li {
	list-style-type: none;
	color: black;
	position: relative;
	text-transform: uppercase;
	font-size: 10px;
	width: 15%;
	float: left;
	position: relative;
	text-align: center;
	z-index: 1;
	margin-left: 8%;
	font-size: 1em;
}
.form-group{
	margin-top: 5px;
	margin-bottom: 5px;
}
.form-group .form-control{
	margin-top: 0px;
	margin-bottom: 0px;
}



