.player-kart-icon {
  background-size: 40px 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: "";
  vertical-align: middle;
  margin-left: 10px;
}

.titlebar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 5%;
	margin-top: 20px;
}
@media only screen and (max-width: 600px) {
	.titlebar {
	  flex-wrap: wrap;
	}
	h1 {
		width: 100%;
	}
	.titlebar > img {
	  order: 2;
	}
  }
h1 {
	text-transform: uppercase;
	text-align: center;
	display: inline-block;
	vertical-align: center;
	margin-right: 25px;
	margin-left: 25px;
}
.titlebar > img {
	max-height: 100px;
	display: inline-block;
}
.tablebox {
	height: auto !important;
}