.clear{
clear:both;}

.graphcont {
padding-top:0px;
color:#ff0;
font-weight:700;
float:left
}

.graph {
float:left;
margin-top:5px;
background-color:gray;
position:relative;
width:480px;
padding:0
}

.graph .bar {
display:block;
position:relative;
background-color:gray;
background-position:right center;
background-repeat:repeat-x;
border-right:#000 1px solid;
text-align:left;
color:black;
height:25px;
font-size:12px;
line-height:1.9em
}


.graph .bar span {
position:absolute;
left:1em
}
