.team-stats-table {
  font-size: 12pt;
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  border: solid white !important;
  font-weight: 600;
  width: 100%;
  height: 850;
  overflow-y: scroll;
  overflow-x: scroll;
  display: block;
}

.table-headings {
  color: white !important;
  margin-bottom: 0;
}

.team-stats-tr {
  border-bottom: 1px solid white;
}

.team-stats-heads {
  background-color: #262626;
}

.team-stats-heads>tr>th {
  border: 1px solid white;
}

.team-stats-heads>tr>th>button {
  width: 55px;
  background: none;
  color: white;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.player-head>button {
  width: 170px !important;
}

.team-stats-body>tr:hover {
  background-color: lightgray;
}

.team-stats-body>tr>td {
  border: 1px solid white;
  color: white;
  width: 70px;
  font-weight: 600;
}

.teams-a {
  text-decoration-color: #fd4f00;
  color: white;
}

.teams-a:hover {
  color: grey;
}

.select-labels {
  font-size: 12pt;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
}

.heading-selects {
  font-size: 12pt;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: white;
	border-color: black;
  background-color: black;
	padding: 5px 28px 5px 5px;
}

.heading-selects:focus {
  background-color: black !important;
}