.e-update-container{
    position: relative;
}
.e-time-line{
    position: absolute;
    left:150px;
    top:0px;
    width:2px;
    background: #DDDDDD;
    z-index: 10;
    height:100%;
}
.e-update-box{
    position: relative;
    z-index: 20;
}
.e-time-left{
    position: relative;
}
.e-time-circle{
    position: absolute;
    left:143px;
    z-index: 100;
    background: #fff;
    top:-15px;
    z-index: 10;
    width:15px;
    height: 15px;
    border: 1px solid #2595FF;
    -moz-border-radius: 15px;      /* Gecko browsers */
    -webkit-border-radius: 15px;   /* Webkit browsers */
    border-radius:15px; 
}
.e-time-circle-inner{
    position: absolute;
    left:3px;
    z-index: 100;
    background: #2595FF;
    top:3px;
    width:7px;
    height: 7px;
    -moz-border-radius: 4px;      /* Gecko browsers */
    -webkit-border-radius: 4px;   /* Webkit browsers */
    border-radius:4px; 
}
.e-time-text{
    position: absolute;
    left:20px;
    top:-15px;
    color:gray;
    z-index: 10;
    background: #fff;
    height:50px;
    width:100px;
}
.e-time-text span{
    width:100%;
    float:left;
    height:25px;
    font-size: 13px;
    text-align: right;
}
.e-update-box{
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}
.e-update-box .panel-body{
    background: #fefefe;
}