.standing-table-container {
  overflow: auto;
}

.standing-table {
  table-layout: fixed;
  border-collapse: collapse;
  margin: 0 auto;
  min-width: 858px;
}

.standing-table th,
.standing-table td {
  /* border: 1px solid brown; */
  padding: 4px 7px;
}

.standing-table tr {
  border-bottom: solid 1px #eaeaea;
  line-height: 28px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.standing-table tr:hover {
  background-color: #f5f5f5;
}

.gg-crown {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transform: scale(var(--ggs,1));
  width: 19px;
  height: 12px;
  border: 2px solid;
  border-top-color: transparent;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 4px;
  color: brown;
}
.gg-crown::after,
.gg-crown::before {
  content: "";
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg);
  top: -4px;
  color: brown;
}
.gg-crown::before {
  border-top-left-radius: 2px;
  left: -1px
}
.gg-crown::after {
  border-bottom-right-radius: 2px;
  right: -1px
}

.td-point {
  background-color: #f5f5f5;
  font-weight: bold;
}

.standing-table tr th:not(:last-child){
  border-right: 1px solid #969696;
}
