/* Style for stats tables */

table.stats {
  font-family: monospace;
  font-size: 1.2em;
  text-align: center;
  border-width: 1px 1px 1px 1px;
  border-spacing: 0px;
  border-style: none;
  border-color: #b0b0b0;
  border-collapse: collapse;
  background-color: white;
}
table.stats th {
  font-family: Verdana, Helvetica, sans-serif;
  text-align: center;
  border-width: 0px 0px 0px 0px;
  padding: 1px 4px 1px 4px;
  border-style: solid solid solid solid;
  border-color: #b0b0b0;
  background: #e8e8e8;
}
table.stats td {
  text-align: right;
  border-width: 1px;
  padding: 1px 5px 1px 5px;
  border-style: solid;
  border-color: #b0b0b0;
}

td.stats-text {
  text-align: center!important;
}

table.stats tr:hover {
background-color: #ffffc7;
  }

tr.stats-person-career-rank-2 {
  background: #fff0f0;
}

tr.stats-person-career-rank-3 {
  background: #ffe7e7;
}

tr.stats-person-career-rank-4 {
  background: #ffe0e0;
}

tr.stats-person-career-rank-5 {
  background: #ffd7d7;
}

tr.stats-person-career-rank-6 {
  background: #ffd0d0;
}

tr.stats-person-career-rank-7 {
  background: #ffc7c7;
}

tr.stats-person-career-rank-8 {
  background: #ffc0c0;
}

tr.stats-person-career-rank-9 {
  background: #ffb7b7;
}

tr.stats-person-career-rank-10 {
  background: #ffb0b0;
}

tr.stats-person-career-rank {
  background: #e7e7ff;
}


