<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* screen and (min-width:1200px) */

.mobile { display:revert; }

div.socials {
    display: inline-block;
    position: absolute;
}
div.socials a {
    float: left;
    margin:0.9em 0 0.9em 0.5em;
    transition: transform .2s; /* Animation */
}
div.socials a:hover {
    transform: scale(1.2);
}

.column, .column-grey, .double-column, .triple-column {
    margin:0 0 0.5em 0.5em;  
  }	
  .column, .column-grey {
  flex:1;
  }
  
  .double-column {
  flex:2;
  }
  .triple-column {
  flex:3;
  background-color:#F1F1F1;
  }

.triple-column-box {
    width: 69%;
    padding: 1em 0 0 0;
}
.column-grey-box {
    width:26.9%;
    padding: 1em;
    margin-right:1em;
    display: inline-block;
}

.team-column {
    width: 24%;
}
.frenchies { width:33%; }

.quart_temps {
    display: block;
    width: 50%;
    font-weight: normal;
    margin:1em auto;
}

.nba-team-logo {
    width:99px;
    height:99px;
}
div.boxscoreScoreboard {
    font-size: 4em;
}
.sticky {
    box-shadow: none;
 }
div.top_stats { width:32%; }
div.top_stats img { max-width: 150px; }

.player .tabs-main-content {
    width:100%;
    text-align: center;
    margin-bottom: 1em;
}
.player .tabs-nav-wrap {
    margin-top: 1em;
    width:25%;
}

.tab-nav-link {
	width:29.5%;
}

.player .tab-nav-link {
    display: inline-block;
}

.player .tab-content .tab-nav-link {
    background-color: #DDD;
    color: #111;
    width: 10%;
    float: right;
    font-weight: bold;
    margin-left: 0.1em;
    border-top: 4px solid #CCC;
}
.player .tab-content .tab-nav-link:hover {
    border-top: 4px solid #ff6000;
}

.statut {
	margin-top:-45px;
}

#footer { text-align: unset; }
#footer .credit { text-align: center; }
#footer .description { display: inline-block; }

.expresstats {
    display: unset;
}</pre></body></html>