.my.sui-steps-round > div .bar {
    width: 48px;
    height: 1px;
    vertical-align: middle;
    margin: 9px 0px 0px 0px;
    border-radius: 4px;
}
.my.sui-steps-round > div .round {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #FFF;
    line-height: 18px;
    text-align: center;
    float: left;
}
.my.sui-steps-round > .todo .round {
    border: 1px #d3d3d3 solid;
    background-color: #FFF;
    color: #999999;
}
.my.sui-steps-round > .finished .round {
    border: 1px #28a3ef solid;
    background-color: #28a3ef;
    color: #ffffff;
}
.my.sui-steps-round > .current .round {
    background-color: rgb(76, 185, 252);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(76, 185, 252);
    border-image: initial;
}
.my.steps-round-auto > div {
	display:;
}
.my.sui-steps-round > div > label {
    overflow:none;
    margin-left: -38%;
}
.my.sui-steps-round > div:first-child > label {
    width: auto;
    max-width: 50%;
    margin-left: 0;
    left: 0;
}


.mini-grid-cell-inner > .my.sui-steps-round > div > label {
    overflow:none;
    margin-left: -60px;;
}
.mini-grid-cell-inner > .my.sui-steps-round > div:first-child > label {
    width: auto;
    max-width: 50%;
    margin-left: -30px;
    left: 0;
}
.mini-grid-cell-inner >.my.sui-steps-round > .todo div .bar {
    background-color: #D6D6D7;
}