@charset "utf-8";

.chartHead{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    
    border-bottom: 1px solid #CCCCCC;
    padding: 5px ;
    background: #efefef;
    
}


.chart{
    width:100%;
    height: calc(50vh - 90px);
    
}


