.list {
  font-size: 11px;
  padding: 10px;
  -moz-border-radius: 10px;
  background-color: #F0F0F0;
  border: solid thin #D0E1EE;
}

.countries,
.domains {
  width: 230px;
}

.games,
.ranks {
  width: 600px;
}

.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: 35px;
  text-align: right;
}
.list .pageTitle,
.list .playerTag,
.list .pageDomain,
.list .domain,
.list .country {
  width: auto;
}
.list .time {
  width: 80px;
  font-size: 0.8em;
  font-style: italic;
  text-align: right;
}
.list .score {
  width: 60px;
  text-align: right;
}

.list .firefox-mini,
.list .chrome-mini {
  width: 16px;
  height: 16px;
  display: block;
}
.list .firefox-mini {
  background: url("fx-mini.png") no-repeat center;
}
.list .chrome-mini {
  background: url("cr-mini.png") no-repeat center;
}

