.liveframe{
  position: relative;
  width: 100%;
}

.btnLiveSwitch.on{
  background-color: #327251;
}
.statScore, .statScorebg{width:100%;background-color:#000a;}
.statScore, .statScorebg.baseball{background-color: transparent;}
.liveframe .statScore, .liveframe .statScorebg{position: absolute; left:0px;}
.statScore .soccer{}
.statScore .teamImg img{
  max-height: 50px;
}

.statScore .sportsBackground{background-size: cover;background-position-y: -30px;}
.statScore .sportsBackground.soccer{background-image : url(/assets/images/rtdead/soccer.png);}
.statScore .sportsBackground.baseball{background-image : url(/assets/images/rtdead/baseball.png);}
.statScore .sportsBackground.basketball{background-image : url(/assets/images/rtdead/basketball.png);}
.statScore .sportsBackground.volleyball{background-image : url(/assets/images/rtdead/volleyball.png);}
.statScore .sportsBackground.icehockey{background-image : url(/assets/images/rtdead/hockey.png);}
.statScore .sportsBackground.americanfootball{background-image : url(/assets/images/rtdead/rugby.png);}
.statScore .sportsBackground.tennis{background-image : url(/assets/images/rtdead/tennis.png);}
.statScore .sportsBackground.esports{background-image : url(/assets/images/rtdead/leagueoflegends.png);}

.mobileDetailPanel{
  position:relative;
}
.detailPanel{
  top: 0px;
  width: 100%;
  background-color: #0006;
  min-height: 170px;
}

.detailPanel .team1Detail{
  margin-top: 30px;
  float: left;
  width: 33%;
  text-align: center;
}

.detailPanel .detailEventDate{
  margin-top: 30px;
  float: left;
  width: 33%;
  text-align: center;
}

.detailPanel .team2Detail{
  margin-top: 30px;
  float: right;
  width: 33%;
  text-align: center;
}

.inningStats{
  position: absolute;
  z-index: 10;
}

.inningStatsHeader{
  font-size: 15px;
}

.inningStatsBaseCont{
  position: relative;
  margin-left: -10px;
  width: 25px;
}

.inningStrArea{
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
.inningStr{
  border: 2px solid #000;
  color: #000;
  font-size: 20px;
  padding: 5px;
}

.inningCountArea{
  width: 240px;
  height: 20px;
  margin: auto;
}

.inningStatsBody{
  background-color: #1b1b1b;
  color: #fff;
  text-align: left;
  padding: 2px 5px 0px 5px;
  float: left;
  margin-left: 10px;
  font-size: 12px;
}


.basecircle.ball, .basecircle.strike, .basecircle.out{
  color: #0273BD;
}
.basecircle.ball.on{
  color: #18CD06;
}
.basecircle.strike.on{
  color: #CFAD07;
}
.basecircle.out.on{
  color: #CF0A01;
}

.strHistory{overflow-y:auto;max-height: 150px;text-align: left;}
.historyContent{}
