﻿.CurrentStepChart{
    width:1000px;
}

.CurrentStepChart .Chart img{
    width:900px;
    text-align:center;
}

.CurrentStepChart div{
    margin:0px auto;
}

.FlowDescription ul{
    margin-left:-70px;
    height:75px;
}
.FlowDescription ul li{    
    float:left;
    list-style:none;
    height:50px;
    width:160px;
    text-align:center;
    color:gray;
    /*
    background-color:#caf7ff;
    border:1px solid gray;
        */
}

.ClearStyle{
    clear:both;
}