.label-width {
    width: 40%;
	margin-right: 5px;
	text-align: right;
	font-weight: bold;
}

button {
    width: 200px;
}

.wizard-flow-chart {
    border-top: #ffc72c 3px solid;
    display: flex;
    justify-content: space-between;
    margin: 60px 0px;
}

.wizard-flow-chart span {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 50%;
    border: #ffc72c 3px solid;
    margin-top: -20px;
    z-index: 100;
    background: #FFF;
}

.button-row {
    margin-top: 20px; /* margin: 60px 0px; */
    text-align: right;
    border-top: #2f2f2f 1px solid;
}

.wizard-flow-chart span.fill {
    background: #ffc72c;
}