.player-ratings-page table {
  width: 100%;
  background: #fafafa;
  box-sizing: border-box;
}
.player-ratings-page table td {
  color: #080606;
  font-weight: 700;
  height: 40px;
}
.player-ratings-page table th {
  color: #ffffff;
  font-weight: 700;
  height: 50px;
  background-color: #000;
}
.player-ratings-page table td,
.player-ratings-page table th {
  font-size: 18px;
  line-height: 18px;
  padding: 5px;
  text-align: right;
}
.player-ratings-page table tr {
  border-bottom: 1px solid #afafaf;
  box-sizing: border-box;
  padding: 0 20px;
}
.player-ratings-page table th:nth-child(1),
.player-ratings-page table td:nth-child(1) {
  text-align: left;
}
.player-ratings-page table a {
  color: #ffffff;
  cursor: pointer;
}

/*# sourceMappingURL=playerstats.css.map */
