/* Product Tabs Table Styles */
.tf-pr-attrs {
    border: 1px solid #000 !important;
    border-collapse: collapse !important;
    width: 100%;
}

.tf-pr-attrs th,
.tf-pr-attrs td {
    border: 1px solid #000 !important;
    padding: 8px 12px !important;
}

.tf-pr-attrs tr {
    border: 1px solid #000 !important;
}

.tf-pr-attrs th.tf-attr-label,
.tf-pr-attrs td.tf-attr-label {
    border-right: 1px solid #000 !important;
}

.tf-pr-attrs td.tf-attr-value {
    border-left: 1px solid #000 !important;
}
