/* Product-description technical specification table. */
.netstore-product-card-v2640 #overview .description .netstore-tech-specs {
    border: 1px solid #d9e0e5;
    border-collapse: separate;
    border-radius: 6px;
    border-spacing: 0;
    color: #35424b;
    font-size: 14px;
    line-height: 1.45;
    margin: 18px 0 12px;
    max-width: 780px;
    overflow: hidden;
    width: 100%;
}

.netstore-product-card-v2640 #overview .description .netstore-tech-specs th,
.netstore-product-card-v2640 #overview .description .netstore-tech-specs td {
    padding: 12px 15px;
    text-align: left;
    vertical-align: top;
}

.netstore-product-card-v2640 #overview .description .netstore-tech-specs th {
    background: #f1f5f7;
    color: #25323a;
    font-weight: 600;
    width: 37%;
}

.netstore-product-card-v2640 #overview .description .netstore-tech-specs td {
    background: #ffffff;
}

.netstore-product-card-v2640 #overview .description .netstore-tech-specs tr + tr th,
.netstore-product-card-v2640 #overview .description .netstore-tech-specs tr + tr td {
    border-top: 1px solid #e5eaed;
}

.netstore-product-card-v2640 #overview .description .netstore-tech-specs tr + tr th {
    border-right: 1px solid #e5eaed;
}

@media (max-width: 600px) {
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs tbody,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs tr,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs th,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs td {
        display: block;
        width: 100%;
    }

    .netstore-product-card-v2640 #overview .description .netstore-tech-specs tr {
        border-top: 1px solid #e5eaed;
    }

    .netstore-product-card-v2640 #overview .description .netstore-tech-specs tr:first-child {
        border-top: 0;
    }

    .netstore-product-card-v2640 #overview .description .netstore-tech-specs th,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs td,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs tr + tr th,
    .netstore-product-card-v2640 #overview .description .netstore-tech-specs tr + tr td {
        border: 0;
    }

    .netstore-product-card-v2640 #overview .description .netstore-tech-specs th {
        padding-bottom: 4px;
    }

    .netstore-product-card-v2640 #overview .description .netstore-tech-specs td {
        padding-top: 4px;
    }
}
