<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:992px) */

.basketstats-logo {
    display:block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin:-60px -250px;
    -webkit-animation:spin 10s linear infinite;
    -moz-animation:spin 10s linear infinite;
    animation:spin 10s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

div.boxscoreHeader h1, #basketstats div.boxscoreHeader h1 { 
    display: inline-block;
    text-transform: uppercase;
    margin: 0;
    font-size: 2.5em;
    border: none;
 }

 .nba-team-logo {
     width:50px;
     height:50px;
 }
 div.boxscoreScoreboard {
    font-size: 3em;
    vertical-align: bottom;
}

.player .teamflag {
    position:absolute;
    left:150px;
    width:150px;
    height:150px;
    z-index:0;
    opacity:0.5;
}

.player .statsrecap { display: block; }

#schedule .quart_temps { font-size:0.7em; }
#schedule .scorev { font-size:1.5em; }
#schedule .scored { font-size:1.3em; }

.team-column {
    width: 32%;
}
.frenchies { width:47%; }

.form-input{width: 60%; }

.player .column-grey {
    width: 100%;
    text-align: left;
    margin:unset;
}
.player .profile { margin-left:30px; }</pre></body></html>