.chart
{
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    shape-rendering: crispEdges;
}

.chart div
{
    text-align: right;
    padding: 3px;
    margin: 1px;
    color: white;
}

.salaryRangeSpan
{
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
}

.chart rect
{
    stroke: white;
    fill: #ff5e33;
    opacity: .3;
}

.chart rect.medianBar
{
    opacity: 1;
}

.chart text
{
    font-size: 12px;
}

.chart a
{
    fill: #0066cc;
    font-weight: bold;
}

div.tooltip
{
    position: absolute;
    text-align: center;
    width: 170px;
    height: 33px;
    font-size: 14px;
    font-weight: bold;
    background: #ff5e33;
    border: 0px;
    border-radius: 4px;
    pointer-events: none;
    color: white;
    padding: 5px 10px 10px 10px;
}

.arrow-down
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff5e33;
    margin-left: 67px;
}
