div.median_salary
{
    position: absolute;
    bottom: 8px;
    right: 0px;
    text-transform: uppercase;
    font-weight: bold;
}

div.median_salary span.amount
{
    color: green;
}

div.browse
{
    font-size: 0.75em;
}

div.browse ul,
div.browse ul li
{
    display: inline;
}

div.browse a
{
    color: #CB9900;
    text-transform: none;
    text-decoration: underline;
}

div.browse a:hover
{
    text-decoration: none;
}

table.employee td
{
    font-size: 1.2em;
}

table.employee td.label
{
    font-weight: bold;
    text-align: right;
}

table.employee tr.salary td.value
{
    color: green;
    font-weight: bold;
}

div.more
{
    float: right;
    font-size: 0.9em;
    font-weight: bold;
}

div.salary_charts
{
    float: right;
    margin-top: 10px;
}

div.salary_chart_wrapper
{
    float: left;
    background: transparent no-repeat left 25%;
    margin: 10px auto;
    /* width: 750px; */
}

div.salary_chart_wrapper.split
{
    width: 370px;
}

div.salary_chart
{
    /* width: 720px; */
    width: 370px;
    float: right;
}

div.salary_chart_wrapper.split div.salary_chart
{
    width: 340px;
}

div.salary_chart img
{
    display: block;
    height: 250px;
}

div.blurb
{
    margin: 10px 380px 10px 0;
}

div.blurb .browse a
{
    font-weight: bold;
}

div.blurb table.data
{
    margin-bottom: 15px;
}

div.blurb table.data td,
div.blurb table.data th
{
    font-size: 1.2em;
    padding: 3px 0;
}
