.chart-horiz {
    margin-left: 100px;

}

.chart-horiz .chart {
    width: 85%
}

.chart-horiz .chart li {
    display: block;
    height: 23px;
    margin-top: 3px;
    position: relative
}

.chart-horiz .chart li:before {
    color: black;
    font-size: 12px;
    content: attr(title);
    left: -150px;
    position: absolute;
    width: 145px;
    text-align: right;
}

.chart-horiz .chart li.title:before {
    color: black;
    font-weight: bold;
    left: 0
}

.chart-horiz .chart li:first-child {
    margin-top: 0
}

.chart-horiz .chart li .bar {
    background: #27ae60;
    height: 100%;
    min-width: 0;
}

.chart-horiz .chart li .number {
    color: #414141;
    font-size: 14px;
    padding-left: 5px;
    position: absolute;
    top: 0px
}

.chart-horiz .chart li.past .bar {
    background: #4d89f9
}

.chart-horiz .chart li.past .number {
    color: #414141
}