
    .qirContent_table tbody td,
    .qirContent_table_xaxis,
    .qirContent_table tbody th {
      white-space: wrap !important; }
    .qirContent_table th,
    .qirContent_table td {
      padding: 10px 5px !important; }
    .qirContent_table_thead_row th,
    .qirContent_table_thead_row td {
      padding: 10px 5px !important;
      width: auto !important; }
    .highlight-excel {
      width: 100%;
      border: 2px solid #ededed;
      padding: 10px 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 60px;
      -webkit-column-gap: 20px;
         -moz-column-gap: 20px;
              column-gap: 20px; }
      @media screen and (max-width: 750px) {
        .highlight-excel {
          padding: 20px;
          display: block; } }
      .highlight-excel__txt {
        color: #333333;
        font-weight: normali;
        font-size: 1.1rem; }
        @media screen and (max-width: 750px) {
          .highlight-excel__txt {
            margin-bottom: 10px; } }
      .highlight-excel__btn {
        display: block;
        color: #333333;
        background: #eee;
        padding: 8px 20px;
        font-size: 1.1rem;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        @media screen and (max-width: 750px) {
          .highlight-excel__btn {
            display: inline-block; } }
        .highlight-excel__btn span::after {
          content: '\f019';
          font-family: 'Line Awesome Free';
          color: #333333;
          font-size: 20px;
          font-weight: 900;
          line-height: 1;
          margin-left: 5px;
          -webkit-transition: 0.3s;
          transition: 0.3s; }
        .highlight-excel__btn:hover {
          color: #eee;
          background: #333333; }
          .highlight-excel__btn:hover span::after {
            color: #ccc; }
  