#scores {
  width: 750px;
  margin: 0px auto;
}

#topscores, #weekscores {
  width: 50%;
  float: left;
}

h2 {
  background-color: #99cc99;
  font-size: 10pt;
  text-align: center;
  border: 1px solid white;
}

.pages {
  clear: both;
  text-align: center;
}

.scorelist {
  width: 100%;
}

.position, .name, .score {
  vertical-align: top;
}

.position {
  width: 35px;
  padding-right: 5px;
  text-align: right;
}

.score {
  width: 100px;
  text-align: right;
}
