.list {
  font-size: 12px;
  padding: 10px;
  -moz-border-radius: 10px;
  background-color: #F0F0F0;
}

.list td {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 2px;
  padding-right: 2px;
  border-top: dotted thin #003E81;
}

.list .header {
  font-weight: bold;
}
.list .header td {
  border-top: none;
}

.list .selected {
  background-color: #A7C8E0;
}

.list .rank {
  width: auto;
  text-align: right;
}
.list .pageTitle {
  width: 280px;
}
.list .pageDomain {
  width: 150px;
}
.list .playerTag {
  width: 100px;
}
.list .time {
  width: auto;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}
.list .score {
  width: 60px;
  text-align: right;
}
