.right-column {
  width: 0;
}

.selected {
  background: #fc0;
}

.stats-layout {
  width: 100%;
}

.sidebar {
  width: 160px;
}

.stat-data {
  padding: 0 1em;
}

.top5 {
  width: 160px;
}

h1 {
  font-size: 160%;
  font-weight: normal;
}

h3 {
  font-size: 140%;
  font-weight: normal;
}

ul.stat-menu {
  font-size: 11px;
  margin: 0;
  padding: 0;
}

ul.stat-menu li {
  list-style-type: none;
  margin: 0 0 2px 0;
  padding: 0;
}

ul.stat-menu li div {
  padding: 2px;
}

ul.stat-menu li ul {
  margin: 0;
  padding: 0;
}

ul.stat-menu li ul li {
  margin: 0;
  padding: 0;
}

ul.stat-menu li ul li div {
  padding-left: 20px;
}

table.stats,
table.stat-legend {
  border: 0 none;
  border-collapse: collapse;
  font-size: 12px;
  margin: 0;
}

table.stats td,
table.stat-legend td,
table.stat-legend th {
  border: 1px solid #999;
  vertical-align: top;
  padding: 4px;
}

table.stats td {
  text-align: right;
}

table.stats td.num {
  text-align: center;
}
table.stats td.numbold {
  text-align: center;
  font-weight: bold;
}

.sortable {
  font-size: 12px;
}

table.stats td.name {
  text-align: left;
}

table.stats td.sorted {
  font-weight: bold;
}

table.stats th {
  border: 1px solid #999;
  background: #ccc;
}
table.stats th a,
table.stats th a:visited {
  color: #000;
}
table.stats th.header {
  cursor: pointer;
}

dl.stat-legend {
  font-size: 11px;
  margin: 0;
  padding: 10px;
  text-align: left;
}

dl.stat-legend dt {
  display: inline;
  font-weight: bold;
  margin: 0;
  padding: 0 5px 0 0;
  white-space: nowrap;
}
dl.stat-legend dd {
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
}

.pager {
  font-size: 12px;
  margin: 10px 0;
}

.pager a,
.pager b {
  padding: 2px;
}

.pager b {
  background: #ccc;
}

