.liveframe{height: 300px;}

.statScore, .statScorebg{position:absolute;width:100%;left:0px;}
.statScore .soccer{}


.detailPanel{
  position: absolute;
  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{
  border: 1px solid #CCC;
  border-radius: 10px;
  display: inline-block;
  min-width: 400px;
  padding-bottom: 20px;
}

.inningStatsHeader{
  font-size: 15px;
}

.inningStatsBaseCont{
  position: absolute;
  margin-left: -23px;
}
.inningStats .basecircle{
  font-size: 20px;
}

.inningStats .basecircle.ball.on{
  color: green;
}
.inningStats .basecircle.strike.on{
  color: yellow;
}
.inningStats .basecircle.out.on{
  color: red;
}

.strHistory{overflow-y:auto;max-height: 150px;text-align: left;}
.historyContent{}
