/* Product Detail Page Styles */

@media screen and (max-width: 520px) {
    th, td {
        width: 30% !important;
    }
}

th, td {
    font-size: 1.4rem !important;
    font-weight: 300 !important;
    color: black !important;
}

b {
    font-size: 1.4rem !important;
}

/* All product description content in black, normal weight */
.product-desc-content,
.product-desc-content p,
.product-desc-content h3,
.product-desc-content h4,
.product-desc-content li,
.product-desc-content td,
.product-desc-content th,
.product-desc-content span,
.product-desc-content div,
.product-desc-content a {
    color: #000 !important;
    font-weight: normal !important;
}

.product-desc-content img {
    display: inline-block !important;
}

