#spec_table {
border-collapse: collapse;
    border-spacing: 0;
}
    #spec_table td,
    #spec_table th {
        margin: 0;
        white-space: nowrap;
        border-top-width: 0px;
        font-size: 14px;
    }
    #spec_table td {
        border-right: 8px solid #fff;
        border-bottom: 1px solid var(--color__client__f);
        width: 200px;
        padding: 8px 16px;
    }
    /* headings */
    #spec_table tr:first-of-type td {
        color: var(--color__client__b);
        font-family: 'f37_gingerregular';
    }
    #spec_table tr:not(:first-of-type):hover > * {
        background-color: var(--color__client__f); !important;
        //cursor: pointer;
    }
    
    #spec_table .headcol {
        position: absolute;
        width: 130px;
        left: 0;
        top: auto;
        background-color: #f6f6f6;
        border-bottom: 1px solid var(--color__client__f);
        border-right: 8px solid #fff;
        padding: 4px;
    }
    /* Fixed col heading */
    #spec_table tr:first-of-type th {
        color: var(--color__client__b);
        font-family: 'f37_gingerregular';
        padding: 8px 16px;
    }
    
    #spec_table tr:nth-child(n+2) th {
        padding: 8px 16px;
    }




#spec_table tr {
    justify-content: flex-start;
    align-items: stretch;
}
#spec_table tr td:nth-child(2) {
    //white-space: pre;
}
#spec_table tr td:nth-child(3) {
    min-width: 150px;
}
#spec_table td,
#spec_table th {
    white-space: normal;
}
#spec_table td {
    width: auto;
    width: 50%;
}
#spec_table .headcol {
    position: relative;
    min-width: 186px;
    width: auto;
    align-self: stretch;
    text-align: left;
}
#spec_table tr:not(:last-child) .headcol {
    //height: 100%;
}
