.table tbody {
    font-size: 12px !important;
}

.table th, .table td {
    padding: 0.25rem !important;
    width: auto;
}
.table span.draw, .table span.loss, .table span.victory {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}
.table span.victory {
    background: #32b31b;
}
.table span.draw {
    background: #efe322;
}
.table span.loss {
    background: #d92026;
}



#logo_wrapper a::after {
  content: "";
  display: inline-block;
  background-image: url('https://dfdu1vke3eg77.cloudfront.net/spaces/470/uploads/seK6ahMizyoBU33lFRxXy93A6KQUpfKOyVG7sukU.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 70px;
  margin-left: 10px;
  vertical-align: middle;
}