/*
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.
*/
/* 
    Created on : Apr 1, 2019, 9:14:08 AM
    Author     : jta
*/

.chamicon {
    color: lightsteelblue;
    margin-right: 10px;
}

.chartbox {
    border-style: solid;
    border-width: 1px;
    box-shadow: 5px 10px gray ;
    border-radius: 20px;
    margin: auto;
    height: 30%;
    margin-top: 20px;
    padding:10px;
}

.chart_div {
    display: inline-block;
    margin: auto;
}

.partform {
    width: auto; 
}