/*CSS HANDLER */
#livebettingLightContent {
	overflow: hidden;
}

#livebettingLightContent .mhead::after {
    background-image: url(../img/live_ico.png);
    background-repeat: no-repeat;
    background-size: 65% auto;
    content: "";
    display: block;
    height: 100px;
    overflow: inherit;
    position: absolute;
    right: -60px;
    top: -10px;
    width: 151px;
}

#livebettingLightContent .navGroup {
	display: inline-block;
}

.navGroup a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px;
}

.statsBoxContent ul li span a {
  display: inline-block;
  line-height: 15px;
  padding: 4px 8px 4px 30px;
  width: auto;
}

.statsBoxContent ul li span a.gitem::after {
  top: -1px;
}

#livebettingLightContent .groupNav {
  background-color: #333;
  float: left;
  width: 100%;
}

#livebettingLightContent .statsBoxContent .mtable th {
  text-align: center;
}

#livebettingLightContent.widget .betrad_stats i {
  line-height: 22px;
}

#livebettingLightContent .live_odd span {
  line-height: 22px;
}

#livebettingLightContent .mtable td{
	vertical-align: middle;
}

.scoreLiveLb {
  color: #629dba;
  text-align: center;
  width: 40px;
}

.timeLiveLb {
  color: #629dba;
  text-align: center;
  width: 30px;
}

#livebettingLightContent .goLiveLb {
  width: 50px;
}

#livebettingLightContent .oddTd {
  width: 60px;
}

#livebettingLightContent .icoLiveLb {
  background-image: url("../img/icoLiveLb.png");
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  width: 45px;
}

#livebettingLightContent .statsLiveLb {
  width: 30px;
}

#livebettingLightContent #eleGroup_7 .timeLiveLb {
  width: 0px;
  padding: 0;
}

#livebettingLightContent .disabled {
  opacity: 0.4;
  pointer-events: none;
}

#livebettingLightContent .navGroup.activetab, #livebettingLightContent .navGroup:hover{
	background-color: #222;
	text-decoration: underline;
}



.groupNav .navGroup a{
	position: relative;
}