
.CONTENT_TOOLS thead{
    page-break-inside: avoid;
}

.CONTENT_TOOLS caption:before{
    text-transform: uppercase;
    content:"tool list";
    font-size: larger;
}

/* --------- hide all cells  ----------- */
.CONTENT_TOOLS th, .CONTENT_TOOLS td{
    display:none;
}


/* show these tool cells only */
.CONTENT_TOOLS .th_112, .CONTENT_TOOLS .td_112  /*  Tl # */
, .CONTENT_TOOLS .th_111, .CONTENT_TOOLS .td_111  /*  Tl name */
, .CONTENT_TOOLS .th_118, .CONTENT_TOOLS .td_118  /*  Tl type */
, .CONTENT_TOOLS .th_102, .CONTENT_TOOLS .td_102  /*  Tl diam. */
, .CONTENT_TOOLS .th_114, .CONTENT_TOOLS .td_114  /* Tl corner rad  */
, .CONTENT_TOOLS .th_100, .CONTENT_TOOLS .td_100 /*   Tl BMP */
, .CONTENT_TOOLS .th_101, .CONTENT_TOOLS .td_101 /*   Tl Cutlength */
, .CONTENT_TOOLS .th_103, .CONTENT_TOOLS .td_103 /*   Tl D# */
, .CONTENT_TOOLS .th_138, .CONTENT_TOOLS .td_138 /*   Tl description */
, .CONTENT_TOOLS .th_121, .CONTENT_TOOLS .td_121 /*   Tl flutes */
, .CONTENT_TOOLS .th_109, .CONTENT_TOOLS .td_109 /*   Tl L# */
, .CONTENT_TOOLS .th_108, .CONTENT_TOOLS .td_108 /*   Tl length */
, .CONTENT_TOOLS .th_110, .CONTENT_TOOLS .td_110 /*   Tl manufacturer */
, .CONTENT_TOOLS .th_125, .CONTENT_TOOLS .td_125 /*   Tl Mfg code */
, .CONTENT_TOOLS .th_116, .CONTENT_TOOLS .td_116 /*   Tl shldr length */
, .CONTENT_TOOLS .th_24, .CONTENT_TOOLS .td_24 /*  cycle time */
, .CONTENT_TOOLS .th_120, .CONTENT_TOOLS .td_120 /* Z-MIN */
{
    display:table-cell;
}