.barfiller {
    width:100%;
    height:16px;
    background:#fcfcfc;
    border:1px solid #ccc;
    position:relative;
    margin-bottom:40px;
}

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

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
	margin-top: -35px;
    padding: 2px 4px;
    font-size: 14px;
    font-weight: 700;
    font-family: Open Sans;
    color: #222;
    left: 0px;
    position: absolute;
    z-index: 2;
}