.w-10 {
  width: 10% !important;
}

.w-17 {
  width: 17% !important;
}

.w-20 {
  width: 20% !important;
}

.w-27 {
  width: 27% !important;
}

.w-30 {
  width: 30% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.match-odds-section .btn-odd {
  display: inline-block;
  padding: 15px 10px 7px;
  min-width: 100px;
}
  
.match-odds-section .odd-number {
  display: inline-block;
  position: absolute;
  top: -1px;
  right: -12px;
  background-color: #A922FD;
  color: #fff;
  border-radius: 6px;
  font-size: 10px;
  padding: 2px 11px;
}

.clickable-row {
  cursor: pointer;
}


.stadium {
  background-image: url("./../img/stadium.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  font-size: 12px;
}

.stadium .player {
  padding: 15% 0;
  text-align: center;
  color: #fff;
}

@media (min-width: 992px) {
  .h-lg-100 {
    height: 100%;
  }
  
  .w-lg-20 {
    width: 20%;
  }
}
