body {
  overflow-x: hidden !important;
}

body {
  flex-direction: column !important;
  min-height: 100vh !important;
  display: flex !important;
}

.winner {
  color: #036c02;
  font-weight: bold;
}

.loser {
  color: #c11d1d;
  font-weight: bold;
}

.draw {
  color: #000000;
  font-weight: bold;
}

.infobox-lv1 {
  background: #303132;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

.infobox-lv2 {
  background: #77dc74;
  font-weight: bold;
}

.infobox-lv3 {
  background: #ececec;
}

.table {
   margin-bottom: 0rem !important;
}

table {
   border-radius: var(--bs-border-radius)!important;
   overflow: hidden!important;
}
