.standings {
  font-family: Karla, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.ReactTable .rt-th, .ReactTable .rt-td {
    padding: 2px 5px;
    white-space: inherit;
    overflow-wrap: break-word;
    max-width: 100%;
    word-wrap: break-word;
}

.title {
  margin: 18px 0;
  font-size: 16px;
}

.title h2 {
  font-size: 20px;
  font-weight: 600;
}

.standings-table {
  margin-bottom: 20px;
  max-height:75vh;
}

.r1 {
  background: #35b0ab;
  text-align:center;
}

.r2 {
  background: #c0d292;
  text-align:center;
}

.r3 {
  background: #edec9e;
  text-align:center;
}

.r4 {
  background: #f4a770;
  text-align:center;
}

.r5 {
  background: #f14d4d;
  text-align:center;
}

.standings-table .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.col-header {
  border-bottom-color: #555;
    font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  width: 50px;
}

.col-header:hover,
.col-header[aria-sort="ascending"],
.col-header[aria-sort="descending"] {
  background-color: #eee;
}

.border-left {
  border-left: 2px solid #555;
}

.standings-table .rt-td {
  /* Use box-shadow to show horizontal borders behind vertical borders */
    box-shadow: inset 0 -1px 0 hsl(0, 0%, 85%);
}

.group-last .rt-td {
  box-shadow: inset 0 -2px 0 #555;
}

.name {
  display: flex;
  align-items: baseline;
}

.player-name {
  font-size: 18px;
  font-weight: 700;
}

.class {
  margin-left: 5px;
  color: #999;
    font-size: 13px;
}

.change-sub {
  margin-left: 1px;
  font-size: 11px;
  position:relative;
  top: -0.5em;
}


.team {
  display: flex;
  align-items: baseline;
}

.ranking {
  display: flex;
  align-items: baseline;
  margin:auto;
  width:35px;
}

.record {
  margin-left: 5px;
  color: #999;
    font-size: 13px;
}

.team-name {
  font-size: 18px;
  font-weight: 700;
}

.ranking-val {
  font-size: 18px;
  font-weight: 700;
  margin:auto;
  margin-right:0;
}


.flag {
  margin-right: 8px;
  height: 21px;
  border: 1px solid #f0f0f0;
}

.group {
  font-size: 19px;
}

.standings-table .number {
  font-family: "Fira Mono", Consolas, Monaco, monospace;
  font-size: 16px;
  line-height: 30px;
  white-space: pre;
}

.spi-rating {
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.03);
  border-radius: 50%;
  color: #000;
    font-size: 13px;
  letter-spacing: -2px;
  margin: auto;
}
/* rmarkdown html documents */
  .main-container {
    max-width: 1440px !important;
  }

h1.title {
  display: none;
}

/* pkgdown articles */
  .contents {
    width: 1200px;
  }

.page-header {
  display: none;
}


/*NEW */
a {
  color:inherit;
  text-decoration: inherit;
}
