@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 {
  	color: #000!important;
  }
  .chart table th:nth-child(n+3) {
    padding: 0.2em 0!important;
  }
  .chart table td a {
  	text-decoration: none;
  }
  /* summary */
  .lang-en .summary {
    zoom: 0.9;
  }
  /*result*/
  .results table th {
  	color: #000!important;
  }
  .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;
  }
}