<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : temp_charts.css
    Created on : 26-Jun-2014, 13:51:10
    Author     : AaronBird
    Description:
        Purpose of the stylesheet follows.
*/

.temp-container, .temp-container [class*='level_']{
    height:16px;
    margin-top:2px;
}

.temp-container{
        background:#ebebeb;
}

.level_1{
    width:16%;
    background: #9acccd;
}

.level_2{
    width:33%;
    background: #8fd8a0;
}

.level_3{
    width:50%;
    background: #cbd890;
}

.level_4{
    width:65%;
    background: #dacc8f;
}

.level_5{
    width:81%;
    background: #d9a790;
}

.level_6{
    width:100%;
    background: #d98f8f;
}

</pre></body></html>