<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> table.lb {font-size:95%; width:100%;}
 table.lb tr.hd { background-color:#f4f4f4;}
 table.lb td {border:solid 1px #e8e8e8; height:2em; padding:0;}

 table.lb tr &gt; td:nth-of-type(1) {width: 7%;}
 table.lb tr &gt; td:nth-of-type(2) {width: 30%; min-width:180px;}
 table.lb tr &gt; td:nth-of-type(10) {width: 17%;}

@media (max-width:500px) {

 table.lb {display:block; width:100%; border-top:solid 1px #e8e8e8; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;}
 table.lb tbody {display:block; width:100%;}
 table.lb tr {width:100%; display:grid; grid-template-columns: 10% 52% 8% 12% 9% 9%; border-bottom:solid 1px #e8e8e8;}
 table.lb tr td {margin:auto; display:block; border:0; height:inherit; padding:0;}
 table.lb tr &gt; td:nth-of-type(1)  {width:100%;grid-column:1 / 2; grid-row:1 / 3;} 
 table.lb tr &gt; td:nth-of-type(2)  {width:100%;grid-column:2 / 3; grid-row:1 / 3;}
 table.lb tr &gt; td:nth-of-type(3)  {width:100%;grid-column:3 / 4; grid-row:2 / 3; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;}
 table.lb tr &gt; td:nth-of-type(3) img {width:14px;height:14px;}
 table.lb tr &gt; td:nth-of-type(4)  {width:100%;grid-column:3 / 4; grid-row:1 / 2; border-left:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8;}
 table.lb tr &gt; td:nth-of-type(5)  {width:100%;grid-column:4 / 5; grid-row:1 / 3;}

 table.lb tr &gt; td:nth-of-type(6)  {width:100%;grid-column:5 / 6; grid-row:1 / 2; border-left:solid 1px #e8e8e8; border-bottom:solid 1px #e8e8e8;}
 table.lb tr &gt; td:nth-of-type(7)  {width:100%;grid-column:6 / 7; grid-row:1 / 2; border-left:solid 1px #e8e8e8; border-bottom:solid 1px #e8e8e8;}
 table.lb tr &gt; td:nth-of-type(8)  {width:100%;grid-column:5 / 6; grid-row:2 / 3; border-left:solid 1px #e8e8e8;}
 table.lb tr &gt; td:nth-of-type(9)  {width:100%;grid-column:6 / 7; grid-row:2 / 3; border-left:solid 1px #e8e8e8;}

 table.lb tr &gt; td:nth-of-type(10) {display:none;}

}</pre></body></html>