table.customtheme-standings-hockey-table {
  width: 100%;
  max-width: calc(1200px / 2);
  background: #fff;
  color: #000000;
}
table.customtheme-standings-hockey-table thead tr td {
  line-height: 1.33;
  text-align: center;
  vertical-align: middle;
}
table.customtheme-standings-hockey-table thead tr td:nth-child(2) {
  text-align: left;
}
table.customtheme-standings-hockey-table tbody tr:nth-child(2n+1) td {
  background: rgba(0,0,0,0.01);
}
table.customtheme-standings-hockey-table tbody tr:nth-child(2n) td {
  background: rgba(0,0,0,0.04);
}
table.customtheme-standings-hockey-table tbody tr img {
  display: block;
  float: left;
  height: 2.5rem;
  width: 2.5rem;
  object-fit: contain;
  object-position: center;
  margin: 0.2rem 0;
  vertical-align: middle;
}
table.customtheme-standings-hockey-table tbody tr.home-team td {
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}
table.customtheme-standings-hockey-table tbody tr td {
  line-height: 1.33;
  text-align: center;
  vertical-align: middle;
}
table.customtheme-standings-hockey-table tbody tr td:nth-child(2) {
  width: 2.5rem;
  text-align: left;
}
table.customtheme-standings-hockey-table tbody tr td:nth-child(3) {
  text-align: left;
  padding-left: 0;
}
table.customtheme-standings-hockey-table tfoot tr td {
  line-height: 1.33;
}
@media (max-width: 600px) {
  table.customtheme-standings-hockey-table {
    width: 100%;
    max-width: unset;
  }
  table.customtheme-standings-hockey-table tbody tr.home-team td {
    font-size: 1.1em;
    line-height: 1.2;
  }
}
