/* keep empty */
.scoreboard .summer_league_banner { display: none; }
/* CSSU  made us aware of incorrect Denver Nuggets hex color, using this file for now to avoid a build today (10-1-2018) */
.gamedetail__matchup--lead_tracker--graph path.team-den {
    fill: #0e2240;
    color: #0e2240;
}
.gamedetail__matchup--lead_tracker--biggest_lead .team-away__biggest-lead.team-den, .gamedetail__matchup--lead_tracker--biggest_lead .team-home__biggest-lead.team-den {
    fill: #0e2240;
    color: #0e2240;
}
.nuggets .numbercol, .nuggets .numberbar {
    background-color: #0e2240;
}
.donut-chart.nuggets .percentage, .donut-chart.nuggets .fraction, .donut-chart.nuggets .pct {
    fill: #0e2240;
}
#gamedetails__matchup--lastest_team_stats .pies .nuggets .percentage, #gamedetails__matchup--lastest_team_stats .pies .nuggets .fraction {
    fill: #0e2240;
}
#gamedetails__matchup--lastest_team_stats .nuggets .numberval {
    color: #0e2240;
}
.asContainer .menu.allstar-menu li:nth-child(3):hover > ul li a:hover {
    padding-bottom: 0 !important;
}
/* Number bars for 2019 USA vs World were missing colors */
.world .numbercol, .world .numberbar {
	background: #047835;
}
.usa .numbercol, .usa .numberbar {
	background: #76A3DB;
}
/* Number bars for 2019 LBN vs GNS */
.game-detail.tentpole-2019.nba-allstar .team_lebron .numbercol,
.game-detail.tentpole-2019.nba-allstar .team_lebron .numberbar {
	background: #1d1160;
}
.game-detail.tentpole-2019.nba-allstar .team_giannis .numbercol,
.game-detail.tentpole-2019.nba-allstar .team_giannis .numberbar {
	background: #00788c;
}

/* NBADE-715 */
.score-tile-allstar-awsn .button-dock .score-tile-button .score-tile-anchor[href$='boxscore'] {
	display: none;
}

/* NOTICKET - fixing positioning of turbotaxlive ad on Allstar 2019 game detail for tablets */
@media (min-width: 768px) {
	.game-detail.tentpole-2019.nba-allstar #game-video-container .nba__billboard-banner .sponsor.outside{
		position: relative;
		right: 75px;
	}
}

@media (min-width: 992px) {
	.game-detail.tentpole-2019.nba-allstar #game-video-container .nba__billboard-banner .sponsor.outside{
		position: static;
		right: 0;
	}
}
/* remove with NBADE-2477 */
body.grid-layout .nba_paragraph_collection .carousel_slide:hover nba-my-teams-carousel-slide .carousel_slide_title {
	text-decoration: none;
}
body.grid-layout .nba_paragraph_collection .carousel_slide:hover nba-my-teams-carousel-slide .carousel_slide_title h3 {
	text-decoration: underline;
}
