
    .graph { 
        position: relative;
        width: 180px; 
    }
    .graph .bar { 
        display: block;
        position: relative;
        background: #6ca3e4; 
		border: 1px solid #fff; 
        text-align: left; 
        color: #000; 
        height: 2em; 
        line-height: 2em; 
    }
    .graph .bar span {
	position: absolute;
	left: 0px;
	width: 170px;
	height: 23px;
	top: 0px;
}

