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

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

.barfiller .tipWrap {
    display:none;
}

.barfiller .tip {
    margin-top:-40px;
    padding:2px 4px;
    font-size:22px;
    color:#333;
    left:auto !important;
    right:0;
    position:absolute;
    z-index:2;
    font-weight:100;
} 


.single-bar-item h2 {
  font-size: 18px;
  font-weight:100;
}

