/* FORCE product description & specification table fix */
.ps-tab__content table,
.product-content table,
.product-description table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
}

.ps-tab__content table colgroup,
.product-content table colgroup {
    display: none !important;
}

.ps-tab__content table td,
.product-content table td,
.product-description table td {
    padding: 10px 12px !important;
    vertical-align: middle !important;
    word-break: break-word !important;
}

/* Left column */
.ps-tab__content table td:nth-child(1),
.product-content table td:nth-child(1) {
    width: 35% !important;
    font-weight: 600;
    background: #fafafa;
}

/* Right column */
.ps-tab__content table td:nth-child(2),
.product-content table td:nth-child(2) {
    width: 65% !important;
}