.gauge{
    position: relative;
    border:1px solid;
    height:20px;
    width:300px;
    margin-bottom: 20px;
}

.accumulate{
    position:absolute;
    height:100%;
    background-color: orange;
}