/* Table Styles */
.sx1-product-page-description table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 14px;
}

.sx1-product-page-description table tr {
    background-color: #d4edda;
}

.sx1-product-page-description table tr:nth-child(2n) {
    background-color: #ffffff;
}

.sx1-product-page-description table td {
    padding: 12px 15px;
    text-align: left;
    color: #333333;
    font-weight: 400;
    border: none;
}

.sx1-product-page-description table td:first-child {
    width: 15%;
}

.sx1-product-page-description table td:nth-child(2) {
    width: 30%;
}

.sx1-product-page-description table td:last-child {
    width: 55%;
}