.jqplot-target {
    font-family:verdana, helvetica, arial, geneva, tahoma, sans-serif;
    display:inline-block;
}
.jqplot-donut-series.jqplot-data-label,
.jqplot-pie-series.jqplot-data-label {
    color:white;
}
.jqplot-highlighter-tooltip, .jqplot-canvasOverlay-tooltip {
    font-size:0.9em;
    opacity:0.85;
    background-color:white;
    padding:2px 4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}
table.jqplot-table-legend {
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    padding:4px 2px;
}