.highcharts-legend-vertical { width: 125px; }
.highcharts-legend li
{
    max-width: 80px;
    overflow: hidden;
    /* This is .clipText; but can't figure out how to add a class to these
     * elements */
    text-overflow: ellipsis;
    white-space: nowrap;
}

.secondaryChart
{
    bottom: 40px;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 20;
}

.node
{
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
}

div.hatchPattern
{
    position: absolute;
    background-image: url(/images/hatchpattern.png);
}
