.home #statsTable {
  display: none;
}

#statsTable {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
}

#statsTable img {
  border: 0;
  margin: 1px;
}

#statsTable .locial-row {
  position: relative;
  height: 74px;
}

#statsTable .logo-row {
  text-align: left;
  position: absolute;
  top: 0;
  right: 50%;
  height: 74px;
}

#statsTable .social-row {
  text-align: right;
  position: absolute;
  top: 20px;
  left: 50%;
}

#statsTable .social-row.no-logo {
  text-align: center;
}

#statsTable .social-row .social-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("social_sprite.png");
}

#statsTable .statsBox {
  clear: left;
}

#statsTable table, #statsTable tr, #statsTable td {
  border: 0;
  background-color: transparent;
}

#statsTable .statKey, #statsTable .statValue {
  margin-top: 5px;
  font-size: 12px;
  /*float: left;*/
}

#statsTable .statKey {
  font-weight: bold;
  /*width: 127px;
  margin-right: 3px;
  margin-left: 170px;
  /*clear: left;*/
  text-align: left;
}

#statsTable .statValue {
  /*width: 300px;*/
  text-align: left;
  color: black;
}

#statsTable tr>td:nth-of-type(2) {
  padding-right: 20px;
}

#statsTable.twoCol .statKey {
  width: 20%;
  margin-right: 1%;
  margin-left: 0;
  clear: none;
}

#statsTable.twoCol .statKey.lastKey {
  clear: left;
}

#statsTable.twoCol .statValue {
  width: 29%;
}

#statsTable.twoCol .statValue.lastValue {
  width: 70%;
}

#statsTable .anchor {
	clear: both;
}