
.wptb-table-container {
    margin: 10px auto;
}

.wptb-table-container table td p {
    text-align: center;
}

.wptb-cell {
    border: 1px solid rgb(231, 231, 231);
    background-color: rgb(255, 255, 255);
    padding: 8px;
    width: 120px;
}

.wptb-bg-color {
    border: 1px solid rgb(231, 231, 231);
    background-color: rgb(247, 248, 249);
    padding: 8px;
    width: 150px;
}

.wptb-icon {
    margin: auto;
}

.wptb-cell .wptb-ph-element a {
    color: #000000;
}

.wptb-button-container .wptb-button-wrapper a {
    color: #FFFFFF;
}



.wptb-table-container table td,th {
    /* border: 1px solid gray; */
    width: 100px;
    height: 30px;
}

.wptb-table-container table {
    table-layout: fixed;
    width: 180px;
    /* 固定寬度 */
}

.wptb-table-container table td:first-child, th:first-child 
{
    position: sticky;
    left: -1px;
    /* 首行永遠固定於左 */
    z-index: 1;

}

.wptb-table-container table thead tr th {
    position: sticky;
    top: 0;
    /* 列首永遠固定於上 */
}

.wptb-table-container table th:first-child {
    z-index: 2;
}