.statistical-container{
    max-width: 100%;
    margin: 0 auto;
}
.statistical-chart{
    max-width: 420px;
    height: 320px;
    margin: 0 auto;
    float: left;
}
.statistical-label{
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 320px;
}
.statistical-chart-lists{
    flex: 0 1 auto;
    display: table;
}
.statistical-chart-td{
    display: table-cell;
    vertical-align: middle;
    font-weight: 700;
    padding: 10px 0;
}

.highcharts-background{
    fill: transparent;
}