/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
#chart{
    height:400px;
    width:100%;
    margin:3em 0 2em 0;
    display:none;
}

#info{
    /*width:300px;*/
    /*border:1px solid #ddd;*/
    /*border-radius: 10px;*/
    padding:10px;
    display:none;
    position:absolute;
    z-index:1000;
    background:#fff;
    color: #555;
}

#additional-param-container{
    margin:30px 0px 0 0;
}

#conditions, #additional-conditions{
    list-style-type: none;
}