.specifications-table table {
    background-color: #fff;
    border-collapse: collapse;
}

.specifications-table table tr td {
    background-color: #fff;
    border-bottom: solid 1px var(--color-grey-divider);
}

.specifications-table table tr td.specs-table-label {
    font-weight: var(--font-weight-light);
    padding: 10px 12px;
}

.specifications-table table tr td.specs-table-value {
    padding: 10px 12px;
}