<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> div.memberx, div.memberxn {font-size:115%; border-top:solid 1px #e8e8e8;}
 div.memberx &gt; div {display:grid; grid-template-columns:40% 40% 20%; border-left:solid 1px #e8e8e8;}
 div.memberxn &gt; div {display:grid; grid-template-columns:6% 38% 38% 18%; border-left:solid 1px #e8e8e8;}
 div.memberx &gt; div &gt; div, div.memberxn &gt; div &gt; div {display:flex; border-bottom:solid 1px #e8e8e8; border-right:solid 1px #e8e8e8; min-height:3em;}
 div.memberx &gt; div.hd &gt; div {grid-column:span 3; background-color:#f0f0f0; min-height:1.6em; text-align:left;}
 div.memberxn &gt; div.hd &gt; div {grid-column:span 4; background-color:#f0f0f0; min-height:1.6em; text-align:left;}
 div.memberx &gt; div &gt; div &gt; span, div.memberxn &gt; div &gt; div &gt; span {margin:auto; line-height:1.4em;}
 div.memberx &gt; div.hd &gt; div &gt; span, div.memberxn &gt; div.hd &gt; div &gt; span {margin-left:15px;}

 @media (max-width:550px) {
  div.memberx, div.memberxn {font-size:100%;}
  div.memberx &gt; div {grid-template-columns:58% 21% 21%;}
  div.memberxn &gt; div {grid-template-columns:7% 49% 22% 22%;}
  div.memberx &gt; div &gt; div, div.memberxn &gt; div &gt; div {min-height:1em; padding-top:3px;}
  div.memberx &gt; div &gt; div:nth-of-type(1) {grid-row:1 / 3;}
  div.memberx &gt; div &gt; div:nth-of-type(2) {grid-row:1 / 2; grid-column:2 / 4; border-bottom:0px; font-size:95%; padding-top:10px; padding-bottom:5px;}
  div.memberx &gt; div &gt; div:nth-of-type(3) {grid-row:2 / 3; grid-column:2 / 4; font-size:95%; padding-bottom:5px;}
  div.memberx &gt; div &gt; div &gt; span, div.memberxn &gt; div &gt; div &gt; span {line-height:1em;}
  div.memberxn &gt; div &gt; div:nth-of-type(1) {grid-row:1 / 3;}
  div.memberxn &gt; div &gt; div:nth-of-type(2) {grid-row:1 / 3;}
  div.memberxn &gt; div &gt; div:nth-of-type(3) {grid-row:1 / 2; grid-column:3 / 5; border-bottom:0px; font-size:95%; padding-top:10px; padding-bottom:5px;}
  div.memberxn &gt; div &gt; div:nth-of-type(4) {grid-row:2 / 3; grid-column:3 / 5; font-size:95%; padding-bottom:5px;}
 }

 table.member td, table.membern td {font-size:115%; padding:2px; height:50px;}
 table.member td.hd, table.membern td.hd {padding:0 15px; text-align:left; background-color:#f0f0f0; height:26px;}
 table.membern td:nth-of-type(1) {width:7%;}
 table.member td:nth-of-type(1), table.membern td:nth-of-type(2) {width:40%;}
 table.member td:nth-of-type(2), table.membern td:nth-of-type(3) {width:40%;}

 @media (max-width:500px) {
  table.member td, table.membern td {font-size:100%; padding:0; height:40px;}
 }

 table.nresult {width:100%; margin-bottom:10px;}
 table.nresult td:nth-of-type(1) {width:14%; min-width:90px; padding:0 2px; white-space:nowrap;}
 table.nresult td:nth-of-type(2) {width:6%; min-width:30px; font-family:system;}
 table.nresult td:nth-of-type(3) {width:70%; text-align:left; padding-left:2%;}
 table.nresult td {border:solid 1px #ffd000; height:1.6em; padding:0;}

 table.nresult td.hd {background-color:#fff000; text-align:left;}
 table.nresult td.hd a,table.nresult td.hd span {display:block; padding:2px 1em;}
 table.nresult td.hd a:hover {background-color:#ffff00; color:blue;}

 @media (max-width:500px) {
  table.nresult {font-size:95%;}
 }

 div.cinfo {display:grid; grid-template-columns:50px 1fr;}
 div.cinfo &gt; a:nth-of-type(1) {padding:5px;}
 div.cinfo &gt; div:nth-of-type(1) {text-align:left;}

 div.photo {display:grid; grid-template-columns:repeat(auto-fit, minmax(170px, 1fr)); margin-top:5px;}

 @media (max-width:500px) {
   div.photo img {width:100px; height:117px;}
   div.photo {grid-template-columns:repeat(auto-fit, minmax(100px, 1fr)); font-size:95%;}
 }

 div.past {display:grid; grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));  font-size:95%;}
 div.past &gt; a {padding:5px 0px; background-color:#f0f0f0; border-right:1px solid white; border-bottom:1px solid white;}

 div.manager {display:grid; grid-template-columns:120px 1fr;}
 div.manager &gt; img {margin:auto;}
 div.manager &gt; div:nth-of-type(1) {text-align:left; margin-top:auto; margin-bottom:auto;}
 div.manager span {font-size:150%; font-weight:bold; margin-right:0.5em;}

/*** Watch Icon ***************************************************************************/

 a.watch::before{content:""; width:18px; height:18px; display:inline-block; background:url(/jpgif/watch.gif) no-repeat center center / 18px 18px;}

/*** Qualification or relegation ***************************************************************************/

 ul {list-style:none; padding-left:5px; margin:0; letter-spacing:0.12rem; line-height:1.4rem;}
 ul.qf {list-style:disc; padding-left:1.5em;}

@media (max-width:500px) {
 ul {font-size:96%; list-style:disc; padding-left:1.5em;}
}</pre></body></html>