html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-y: hidden;
  font: 14px Helvetica, Arial, sans-serif;
}

a {
  color: #00b7ff;
}

h4 {
  color: #333;
  font-size: 14px;
  font-weight: normal;
  padding-top: 15px;
  border-top: 1px solid #ddd;
}

table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  margin-bottom: 90px;
}

table th {
  text-transform: uppercase;
  font-size: 11px;
  color: #aaa;
}

table tr:nth-child(2n) {
  background: #f6f6f6;
}

table td {
  padding: 15px 0px;
}

.name {
  width: 30%;
  font-weight: bold;
}

.stat {
  width: 7%;
  text-align: left;
}

.points {
  width: 7%;
  font-weight: bold;
  text-align: left;
  padding-right: 10px;
}

td.rank {
  width: 7%;
  color: #aaa;
  font-weight: bold;
  text-align: center;
}
