/* 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;
}

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

