      
#playedgames {
            width: 100%;
        }
        #playedgames table, #playedgames td {
            font-size: 12px;
            padding: 0px;
            margin: 0px;
        }
        #upcominggames {
            width: 100%;
        }
        #upcominggames table, #upcominggames td {
            font-size: 12px;
            padding: 0px;
            margin: 0px;
        }

       #todaygames {
            width: 100%;
        }
       #todaygames a {
            text-decoration: none;
            display: inline-block;
            height:100%;
            width:100%;
           
        }
      
        #todaygames table  {
            border-collapse: collapse;
            
        }
        #todaygames td {
            margin: 0px;
            padding: 0px;
            border-bottom: 0;
            padding-bottom: 5px;
            text-shadow: 1px 1px 0 #FFFFFF;
        }
        
        .today-tr {
            border-bottom: solid 1px #eee;
            cursor: pointer;
        }
        .today-tr:hover {
            background-color: #fafafa;
        }
        
        .today-headline h3 {
            background-color: #eee;
            text-shadow: 1px 1px 0 #FFFFFF;
            padding: 5px;
            padding-left: 10px;
            margin-bottom: 0px;
            -webkit-border-radius: 5px;
            border-radius: 5px;
        }
        .today-tid a, .today-res a {
            font-size: 12px;
            color: #666;
        }
        .today-res {
            text-align: center;
            
        }
        .today-res a {
            font-size: 16px;
            text-shadow: 1px 1px 0 #FFFFFF;
        }
        .today-team a {
          color: #444;
        }
        .today-team {
            text-align: center;
            font-size: 11px;
            line-height: 12px;
        }
        .today-team img {
            max-width: 50px;
        }
        .today-liveimg {
            opacity: 0.5;
            text-align: right;
        }
        .today-liveimg img {
            max-width: 30px;
        }
       .today-reportimg {
            opacity: 0.5;
            text-align: right;
        }
        .today-reportimg img {
            max-width: 30px;
        }
        .today-streamimg {
            opacity: 0.5;
            text-align: right;
        }
        .today-streamimg img {
            max-width: 30px;
        }
      
        a.today-resstarted {
            color: #125e00;
            font-weight: bold;
        }
        a.today-tidstarted {
            color: #000;
        }
        
@media only screen and (max-width:480px) {
        .container {
            padding: 3px;
        }
        #playedgames table, #playedgames td {
            font-size: 9px;
        }
        .played-serie {
            display: none;
        }
        #upcominggames table, #upcominggames td {
            font-size: 9px;
        }

        #upcominggames .upcoming-team,  #upcominggames .upcoming-serie {
            max-width: 75px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
        #upcominggames .upcoming-serie {
            max-width: 60px;
            background-color: #fafafa;
        }
        .today-team {
            text-align: center;
            font-size: 9px;
            line-height: 10px;
        }
        .today-team img {
            max-width: 30px;
        }
        .today-tid a {
            font-size: 90%;
        }
        .today-res a {
            font-size: 12px;
        }
        .today-liveimg img {
            max-width: 20px;
        }
        
        .today-reportimg img {
            max-width: 20px;
        }
       
        .today-streamimg img {
            max-width: 20px;
        }

}