/* DKTEC-specific refinements layered over the preserved source theme. */
#tech-specs-table .technical-specs-table table.portable-spec-table tr.tech-specs-header {
    background-color: var(--color-dark) !important;
    color: #fff;
}

#tech-specs-table .technical-specs-table table.portable-spec-table tr.tech-specs-header:hover {
    background-color: var(--color-dark) !important;
}

#tech-specs-table .technical-specs-table table.portable-spec-table tr.portable-spec-section,
#tech-specs-table .technical-specs-table table.portable-spec-table tr.portable-spec-section:hover {
    background-color: #dcdddd !important;
    color: #444;
}

#tech-specs-table .technical-specs-table table.portable-spec-table tr.portable-spec-section td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700;
}
