#annualWageChart.jqplot-target, #annualWageChart_clone.jqplot-target,
#hourlyWageChart.jqplot-target, #hourlyWageChart_clone.jqplot-target {
    font-family: Arial,Helvetica,sans-serif;
}

#annualWageChart .jqplot-point-label, #annualWageChart_clone .jqplot-point-label,
#hourlyWageChart .jqplot-point-label, #hourlyWageChart_clone .jqplot-point-label {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
}

#hourlyWageChart .jqplot-table-legend, #hourlyWageChart_clone .jqplot-table-legend,
#annualWageChart .jqplot-table-legend, #annualWageChart_clone .jqplot-table-legend {
    border: none;
}

#hourlyWageChart .jqplot-xaxis, #hourlyWageChart_clone .jqplot-xaxis,
#annualWageChart .jqplot-xaxis, #annualWageChart_clone .jqplot-xaxis {
    display: none;
}

div.wage-chart {
    height: 300px;
    width: 100%;
}

.details-item {
    font-weight: bold;
}

.jqplot-table-legend-swatch-outline {
    border: 0 solid #CCCCCC !important;
}
