/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body {
  background-color: black;
  color: white;
}

#standings-table {
  font-size: 12pt;
  white-space: pre;
  font-family: 'Poppins', sans-serif;
  border-collapse: collapse;
  border: solid white !important;
  font-weight: 600;
  margin: auto;
}

.standing-heads>th {
  background-color: #262626;
  border: 1px solid white;
}

.division-bodies>tbody>tr>td {
  border: 1px solid white;
  width: 70px;
}

.division-bodies>tbody>tr:hover {
  background-color: lightgray;
}

.division-head {
  width: 70px;
}

.teams-a {
  text-decoration-color: #fd4f00;
  color: white;
}

.teams-a:hover {
  color: grey;
}