#step-one,
#step-two,
#step-three,
#step-four,
#step-five,
#step-six,
#step-seven,
#step-eight {
    cursor: pointer;
    }

#step-one-details,
#step-two-details,
#step-three-details,
#step-four-details,
#step-five-details,
#step-six-details,
#step-seven-details,
#step-eight-details {
    display: none;
    }
