.panel-wizard {
   font-weight: normal;
   font-size: 12px;
   background-color: #9ba8b9;
   color: #ffffff;
 
   width: 150px;
   padding: 0px;
   border-spacing: 0px;
}

.stepLink {
	
}
.currentStep {
	color: black;
	background-color:  white;
}

.step {
	
}

