.team {
  background-position: left;
  background-repeat: no-repeat;
  background-size: 1.5em;
  padding-left: 1.75em;
}

.team.team-icon {
  background-position: center center;
}

h2.title {
  background: #ffffff url("/assets/football-md-32f0812a.png") no-repeat left center;
  background-size: contain;
  padding-left: 50px;
}

h2.title a {
  text-decoration: none;
}

.table-scroll {
  overflow-x: scroll;
  position: relative;
  white-space: nowrap;
}

.table-scroll thead th:first-child,
.table-scroll tbody th,
.table-scroll tfoot th:first-child {
  position: sticky;
  left: 0;
  background-color: white;
}

#chat .messages {
  max-height: 200px;
  overflow-y: auto;
}
