h1 {
    color:#333;
    font-size:25px;
    margin-bottom:10px;
}

h2 {
    color:#555;
    font-size:19px;
}

h3 {
    color:#555;
    font-size:13px;
}

.section {
    margin:20px 0;
}

.section h2 {
    background:#56a9ff;
    border:1px solid #4a9aee;
    border-radius:5px;
    color:#fff;
    padding:10px 15px;
    text-align:center;
    text-shadow:0 -1px #4a9aee;
}

.section .charts {
    padding:20px 0;
    position:relative;
}

.section .charts .chart {
    background:#fcfcfc;
    border:1px solid #aaa;
    border-radius:3px;
    display:inline-block;
    height:300px;
    margin:0 30px 30px 0;
    position:relative;
    width:400px;
}

.section .charts .chart.full {
    bottom:100px;
    box-shadow:0 0 50px rgba(0,0,0,0.5);
    height:auto;
    left:100px;
    position:fixed;
    right:100px;
    top:100px;
    width:auto;
    z-index:9999;
}

.section .charts .chart h3 {
    background:#ddd;
    border-radius:3px 3px 0 0;
    margin-bottom:-1px;
    padding:5px 10px;
    position:relative;
    z-index:1;
}

.section .charts .chart h3 i {
    color:#999;
    cursor:pointer;
    float:right;
    margin:4px 0 0 8px;
}

.section .charts .chart h3 i:hover {
    color:#555;
}

.section .charts .chart .graph {
    margin-left:-1px;
}

.section .charts .chart .slider {
    -webkit-transform:scale(0.92);
    margin-top:5px;
}

.section .charts .chart .legend {
    bottom:50px;
    display:none;
    overflow:scroll;
    position:absolute;
    right:20px;
    top:45px;
    width:100px;
}

#chart-modal-bg {
    background-image:0 50% rgba(0,0,0,0.8) 100%;
    bottom:0;
    display:none;
    left:0;
    position:fixed;
    right:0;
    top:0;
    z-index:999;
}
