table.scrolling{display:flex;flex-direction:column;flex:1 1 auto;width:100%;height:100%;border-collapse:collapse;overflow:hidden;background-color:#ccc;--dead-area-color:#ccc}table.scrolling tfoot,table.scrolling thead{flex:0 0 auto;display:block;overflow:hidden}table.scrolling tbody{display:block;flex:1 1 auto;overflow:hidden}table.scrolling.scrolly tbody,table.scrolling.scrolly tfoot.scrollsync,table.scrolling.scrolly thead.scrollsync{overflow-y:scroll}table.scrolling.scrollx tbody{overflow-x:scroll}@media print{table.scrolling.scrollx tbody{overflow-x:hidden}}table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar{display:block;background-color:var(--dead-area-color)}table.scrolling.scrolly thead.scrollsync::-webkit-scrollbar-track{background-color:var(--dead-area-color)}table.scrolling tbody:nth-child(3){display:none}table.scrolling td,table.scrolling th{border:1px solid #ddd;width:10em;min-width:10em;max-width:10em;overflow:hidden;word-wrap:break-word}table.scrolling td{background-color:#fff}table.scrolling th{background-color:#f7f7f7}