.graph-container > h3{
text-align:center;
}
.graph-container .axisLabels{
top:-9px !important;
}
.graph-placeholder{
max-width:437px;
width:100%;
height:220px;
}
#flot-tooltip{
font-size:12px;
position:absolute;
display:none;
border:1px solid #EEE;
padding: 5px 8px;
background-color:#FFF;
opacity:0.8;
}