/*#container,
.mainContainer {
    width: auto !important;
    min-width: unset !important;
    max-width: unset !important;
}*/

.matchList .item.v2 {
  min-height: 42px;
}
.matchList .group-title .odds {
  width: 121px;
}
.matchList .item .timeScore.fb {
  right: 35px;
}
.matchList .item .odds {
  /*height:35px;*/
  flex: 0 0 1px;
}
@media screen and (min-width: 710px) {
  /* .matchList .item .score {
          transform: translate(-61px,0);
          min-height:42px;
      }*/
  
  .OddComp {
    right: 76px;
    top: 40px;
  }
}
