/*** championsleague team result ****************************************************************************/

 div.teamhd {padding:0.5em 0; background-color:#0040c0; color:white;}

 table.scorelines tr td.dy {text-align:center;}
 table.scorelines tr td.dy > span:nth-of-type(1)  {margin-left:20%; margin-right:4%; display:inline-block; width:10%; font-family:System; background-color:#ffffc0; border-radius:10px; padding:5px 10px;}
 table.scorelines tr td.dy > span:nth-of-type(2)  {margin-right:34%; display:inline-block; width:30%; background-color:#f0f0f0; border-radius:25px; font-size:95%;}

 table.leaguetblf tr td:nth-of-type(3) {color:blue; cursor:pointer;} 
 table.leaguetblf tr td:nth-of-type(3):hover {background-color:#d8ffff;}


