@charset "utf-8";

/* print out settings */
@media print {
    header, footer,
    a[id^=to_],
    #realtime_btn,
    #content .print, 
    #content p .lead, 
    #content .clearfix .itemsPoint,
    .subCont, 
    .vue-sticky-placeholder,
    .breadCrumb {
        display: none;
    }
    #content {
        width: auto;
        padding-bottom: 0;
        position: unset;
    }
    .chart_font th > span{
        font-size:20px;
    }
    #content .chartTable td a, #content .chartTable td:nth-of-type(1) {
        font-size: 20px;
    }
    #content .chartTable td:nth-of-type(n+3) {
        font-size: 16px;
    }
    #content .chartTable th > span {
        height: 20em;
        font-size: 15px;
    }
    /* pagenation */
    .pager li.active a {
    	font-weight: 900;
    	border-bottom: 2px solid #333;
    }
    /* chart */
    .chart {
        zoom: 0.55;
        overflow: auto;
    }
    .lang-en .chart {
        zoom: 0.5;
    }
    .chart table th:nth-child(n+3) {
        padding: 0.2em 0!important;
    }
    /* summary */
    .lang-en .summary {
        zoom: 0.9;
    }
    /*result*/
    .results table td:nth-child(4) {
        color: transparent;
        font-size: 0px!important;
    }
    .results table td:nth-child(4) div {
        display: block;
        font-size: 12.6px;
        align-items: center;
    }
    .live_link_area {
        display: none;
        opacity: 0;
    }
}

/* buttons */
.toolbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.toolbox .print {
    font-size: 1rem;
    cursor: pointer;
}
.toolbox .print i {
    color: #00822d;
    vertical-align: middle;
}