.put-through{padding:0 5px 5px;height:100%;display:flex;flex-direction:column}.put-through>.total-section{text-align:center;margin-bottom:10px;line-height:20px}.put-through>.putthrough-board-section{height:100%;display:flex;max-height:calc(100% - 35px)}.put-through>.putthrough-board-section>.sub-board{background:var(--board-header);border-radius:3px;margin:0 5px;overflow:auto;position:relative;height:-moz-fit-content;height:fit-content;max-height:100%}.put-through>.putthrough-board-section>.sub-board.ask,.put-through>.putthrough-board-section>.sub-board.bid{flex:2}.put-through>.putthrough-board-section>.sub-board.matched{flex:3}.put-through>.putthrough-board-section>.sub-board>.title{height:26px;border-bottom:1px solid var(--border-grid);display:flex;justify-content:center;align-items:center;position:sticky;top:0;background:var(--board-header)}.put-through>.putthrough-board-section>.sub-board>.title>span{position:relative;height:100%;display:flex;align-items:center}.put-through>.putthrough-board-section>.sub-board>.title>span:before{content:"";height:3px;width:100%;background-color:var(--primary);position:absolute;bottom:0;border-radius:3px 3px 0 0}.put-through>.putthrough-board-section>.sub-board>.put-through-table{display:flex;flex-direction:column}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row{display:flex;height:26px;background-color:var(--board-even);margin-left:0;margin-right:0;flex-wrap:nowrap}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row.empty-row{height:52px}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row.empty-row>.cell{line-height:52px;border:none}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row.header-row{position:sticky;top:26px;background:var(--board-header)}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row.header-row:nth-child(2){top:52px}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row.footer-row{background:var(--board-header);height:39px}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row.footer-row>.cell{border-bottom:none}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row>.cell{color:var(--text-color-1);border-bottom:1px solid var(--border-grid);flex:1;text-align:center;line-height:26px;vertical-align:middle}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row>.cell:not(:first-child){border-left:1px solid var(--border-grid)}.put-through>.putthrough-board-section>.sub-board>.put-through-table>.row>.cell.header-cell{position:relative}.put-through>.putthrough-board-section>.sub-board>table{width:100%;table-layout:fixed;border-style:hidden;border-collapse:unset}.put-through>.putthrough-board-section>.sub-board>table tr>td,.put-through>.putthrough-board-section>.sub-board>table tr>th{border:1px solid var(--border-grid);text-align:center;height:26px;line-height:26px;vertical-align:middle}.put-through>.putthrough-board-section>.sub-board>table tr>td{background-color:var(--board-even)}.put-through>.putthrough-board-section>.sub-board>table tr>td.EmptyRow{height:52px}.put-through>.putthrough-board-section>.sub-board>table tr>th{position:sticky;top:0}.put-through>.putthrough-board-section>.sub-board>table:first-child td,.put-through>.putthrough-board-section>.sub-board>table:first-child th{border-top:0}.put-through>.putthrough-board-section>.sub-board>table td:first-child,.put-through>.putthrough-board-section>.sub-board>table th:first-child{border-left:0}.put-through>.putthrough-board-section>.sub-board>table:last-child td,.put-through>.putthrough-board-section>.sub-board>table:last-child th{border-bottom:0}.put-through>.putthrough-board-section>.sub-board>table td:last-child,.put-through>.putthrough-board-section>.sub-board>table th:last-child{border-right:0}.put-through>.putthrough-board-section>.sub-board>table>thead>tr:last-child>th{position:sticky;top:52px;background:var(--board-header);border:1px solid var(--border-grid)}.put-through>.putthrough-board-section>.sub-board>table>thead>tr:first-child>th{position:sticky;top:26px;background:var(--board-header);border:1px solid var(--border-grid)}