﻿
    .custom-table-container table {
      border-collapse: collapse;
      width: 100%;
      table-layout: fixed; 
  font-weight: bold;    /* 加粗 */
  color: inherit;       /* 继承主题颜色 */
 text-align: center;
          font-size: 2em;
    }

.custom-table-container table img {
    max-width: 50%;
    max-height: 50%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    }

    .custom-table-container th,
    .custom-table-container td {
      border: 2px solid #333;
      padding: 8px;
      text-align: center;
    }
    .col-1 { width: 10%; }
    .col-2 { width: 15%; }
    .col-3 { width: 15%; }
    .col-4 { width: 40%; }
    .col-5 { width: 10%; }
    .col-6 { width: 10%; }
    .hide-column {
      display: none !important;
    }

.play-audio-image {
    cursor: pointer;
}

.wubuon {
    font-size: 23px;
    border-radius: 15px; 
    background-color: transparent;
    color: #039b87; 
    border: none; 
    cursor: pointer; 
}

.wubuon:hover {
    background-color: #45a049;
    color: #fff; 
} 
