.product-specs {
    background-color: #f9f9f9;
    width: 100%;
    padding-bottom: 7%;
    padding-top: 2%;
}

.product-specs table {
    margin-left: 6%;
    width: 86%;
}

.product-specs table tr {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 5px;
}

.product-specs tbody > tr:last-child {
    border-bottom: 0;
}

.product-specs tr td {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product-specs td.product-specs-label {
    width: 40%;
}

.product-specs .disclaimer {
    font-size: 10px;
    margin-left: 6%;
    margin-right: 8%;
    margin-top: 2%;
    float: left;
}