﻿.stepCircle {
    height: 34px;
    position: relative;
    width: 34px;
    float:left;
}

.stepNum {
    background: radial-gradient( ellipse at center, rgba(254, 115, 46, 1) 0%, rgba(254, 115, 46, 1) 70%, rgba(254, 115, 46, 0) 70.3% );
    height: 100%;
    width: 100%;
    color: white;
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 25px;
}

.stepLabel {
    display: block;
    padding: 0px 20px 15px 20px;
    font-size: 22px;
    color: #486173;
    margin-left:20px;
}