.print .sidearm-table thead {
  background: #888888;
  color: white;
}
.print .sidearm-table thead tr th {
  padding: 5px 20px 5px 10px;
}
.print .sidearm-table tbody tr {
  background: white;
}
.print .sidearm-table tbody tr:nth-child(odd) {
  background: #dddddd;
}
.print .sidearm-table tbody td,
.print .sidearm-table tbody a {
  color: black;
  text-decoration: none;
  padding: 10px;
}
.sidearm-standings-table-divisionless {
  margin-top: 30px;
}
.sidearm-standings-school-logo-container {
  display: flex;
  align-items: center;
}
.sidearm-standings-school-logo-container img {
  max-width: 50px;
}
.sidearm-standings-school-logo-container a {
  padding: 0 12px;
  display: block;
}
