
 table.stats tr.hd td {background-color:#f4f4f4;}
 table.stats td {height:1.36em;}
 table.stats td:nth-of-type(2) {min-width:110px; white-space:nowrap;}
 table.stats td:nth-of-type(3) {white-space:nowrap;}
 table.stats td a {padding:0.1em 0;}

 @media (max-width:780px) { 
   #td2 table.gbox {font-size:92%; min-width:550px;}
   #td2 table.stats td {padding:0;}
   #td2 div.mx {font-size:92%;}
 }

 div.news {margin-top:20px;}
 div.photo {display:grid; grid-template-columns:repeat(auto-fit, 50%);}

 div.profile {display:flex; align-items:center; text-align:left; margin-top:20px;}
 div.profile span {font-size:1.6em; font-weight:bold; padding:0 5px;}
 div.profile small {padding:0 5px;}

 @media (max-width:420px) { 
  div.profile span {display:block;}
  div.profile small {dissplay:block;}
  div.photo {font-size:92%;}

 }
