.line_panel {
    width: 40%;
}

.line_panel .chart_container .chart_body {
    width: 100%;
    height: 240px;
}

.line_panel .chart_info {
    text-align: center;
    font-size: 12px;
    margin: 0 -20px;
    transform: scale(0.9);
    margin-bottom: 10px;
    color: rgb(0,0,0,0.4);
}

.line_panel .chart_info span {
    font-size: 15px;
}

.line_panel .chart_info i {
    background: #ffb239;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}