
.standings {
  padding: 70px 0;
}
@media (max-width: 991.98px) {
  .standings {
    padding: 70px 50px;
  }
}
@media (max-width: 991.98px) {
  .standings .container {
    padding: 0 0;
    overflow: auto;
  }
}
table {
  width: 100%;
  border: 1px solid #d3d3d3 !important;
  border-collapse: collapse;
  background: #fefefe !important;
  border-radius: 5px !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 0 4px rgb(0 0 0 / 20%) !important;
}
@media (max-width: 991.98px) {
  table {
    width: 990px;
  }
}
tbody tr:first-child {
  background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed) !important;
  background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb)) !important;
}
tr {
  background: #fff;
}
td {
  padding: 8px !important;
  border-top: 1px solid #e0e0e0 !important;
  border-right: 1px solid #e0e0e0 !important;
  border-bottom: none !important;
  border-left: none !important;
  background: none !important;
  vertical-align: middle !important;
  font-size: 14px !important;
}
td, th {
  padding: 5px 8px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
}
.delete-second-column td:nth-child(2) {
  display: none;
}
.delete-second-column td:nth-child(3):not(tr:first-child td:nth-child(3)) {
  display: none;
}
td:nth-child(4):not(tr:first-child td:nth-child(4)) {
  text-align: left !important;
}
table#standings a {
  font-weight: var(--font-weight-medium);
  color: var(--color-violet-600);
}
.emoji {
  height: 23px;
}