.pick-box {
  position: relative;
  display: inline-block;
  width: 18%;
  max-width: 64px;
}

.pick-box img {
  position:relative;
  padding-left: 1px;
  padding-right: 1px;
}

.ban-box {
  position: relative;
  display: inline-block;
  width: 14%;
  max-width: 52px;
}

.ban-box img {
  position: relative;
  padding-left: 1px;
  padding-right: 1px;
  opacity: 0.5;
}

.pick-order-text {
  position: absolute;
  background-color: black;
  left: -5px;
  z-index: 1;
}

.text-won {
  color: lightgreen;
}

.text-lost {
  color: red;
}
