<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .panel {
      position: relative;
      display: block;
      border: 1px solid #e9e9e9;
      background: #fff;
      -webkit-box-shadow: 0 2px 4px 0 rgb(170 191 181 / 30%);
      box-shadow: 0 2px 4px 0 rgb(170 191 181 / 30%);
      border-radius: 4px;
    }
    .panel .panel-body {
      padding: 20px 40px;
    }
    h3 {
      margin: 0 0 20px;
      font-size: 24px;
    }
  
    /*---*/
    /* The Modal (background) */
    .my-modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 1; /* Sit on top */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0, 0, 0); /* Fallback color */
      background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
    }
  
    /* Modal Content/Box */
    .my-modal-content {
      background-color: #fefefe;
      margin: 15% auto; /* 15% from the top and centered */
      padding: 20px;
      border: 1px solid #888;
      width: 200px; /* Could be more or less, depending on screen size */
    }
  

    .ml-6 {
      margin-left: 6px
    }

    body {
      line-height: normal;
      color: #333;
      letter-spacing: 0.05em;
    }

    .search-pagination-box {
      font-size: 16px;
      padding: 25px 20px;
      /*marginBottom: '40px',*/
      width: 1240px;
      font-family: 'Arial', 'Noto Sans TC', sans-serif;
      color: #555;
    }
    .search-pagination-flex {
      display: flex;
      justify-content: center;
      align-items: center;
      /*marginBottom: '40px',*/
    }
    .search-pagination-label {
      line-height: 30px;
      font-size: 16px;
    }
    .search-pagination-input {
      line-height: 30px;
      font-size: 16px;
      width: 80px;
      margin: 0px 10px;
      color: #555;
    }
    .search-pagination-select {
      color: #555;
      appearance: none;
      background: url("/static/image/arrselect.svg") right 15px center no-repeat;
      background-color: #FFF;
      width: 100%;
      border: 1px solid #ddd;
      height: 50px;
      border-radius: 5px;
      padding: 0px 15px;
      font-size: 16px;
    }
    .search-pagination-description {
      color: #555;
      line-height: 30px;
      font-size: 16px;
    }
    .search-pagination-arrl {
      background: none;
      margin-left: 10px;
      cursor: pointer;
      padding: 0;
      font-family: 'Microsoft JhengHei', sans-serif;
      border: none;
      outline: none;
    }
    .search-pagination-arrl:hover circle {
      -webkit-transition: all .3s;
      fill: #257455;
    }
    .search-pagination-arrl:hover line {
      -webkit-transition: all .3s;
      stroke: #FFF;
    }
    .search-pagination-arrr {
      background: none;
      margin-left: 10px;
      cursor: pointer;
      padding: 0;
      font-family: 'Microsoft JhengHei', sans-serif;
      border: none;
      outline: none;
    }
    .search-pagination-arrr:hover circle {
      -webkit-transition: all .3s;
      fill: #257455;
    }
    .search-pagination-arrr:hover line {
      -webkit-transition: all .3s;
      stroke: #FFF;
    }




      /* TODO tmp css wait 2.0 0704  start*/
      body{
        font-size: 1rem !important;
        font-family: var(--bs-font-sans-serif) !important;
        line-height: normal !important;
        letter-spacing: 0.05em !important;
        /* TODO tmp css wait 2.0 0704  end*/
        }
    /* TODO tmp css wait 2.0 0704  start*/
    #alert-content &gt; a{
        color: #0d6efd !important;
        text-decoration: underline !important;
    }
    /* TODO tmp css wait 2.0 0704  end*/</pre></body></html>