.barfiller {
    width:100%;
    height:5px;
    background:#eaeaea;
    position:relative;
    /* margin-bottom:20px; */
}

.barfiller .fill {
    display:block;
    position:relative;
    width:0px;
    height:100%;
    background:#eaeaea;
    z-index:1;
}

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    margin-top:-50px;
    font-size:30px;
    color:rgba(0, 0, 0, .8);
    left:auto !important;
    right: 0;
    position:absolute;
    z-index:2;
}
