#step-1, #step-2, #step-3, #step-4, #step-5 {
	display: none;
}

.step-container {
    float: right;
}

.step-container h5, .step-container h6 {
    float: left;
    margin-right: 8px;
}

.step-start, .step-finish {
  float: left;
  background-color: #000;
  width: 25px;
  height: 25px;
  color: #fff;
  padding-left: 8px;
  padding-top: 2px;
  border-radius: 20px;
  margin-right: 5px;
}

#join-section ul {
	list-style: none;
}]