
.hwstats h1 {
  font-size: 2em;
}

.hwstats h2 {
	margin-top: 15px;
	margin-bottom: 5px;
	padding-top: 4px;
	font-size: 16px;
	letter-spacing: 0;
}

.hwstats .blurb {
	color: #606060;
}

.hwstats .chartarea {
	margin: 5px auto;
	font-size: 85%;
}
.hwstats .chart {
	display: inline-block;
}

.hwstats .smallchart .blurb a {
	color: #555;
	font-size: 85%;
}

.hwstats .legend td {
	padding: 0 1px;
}


.hwstats .more a {
  font-size: 20px;
  display: block; text-decoration: none;
  padding: 20px;
  color: #eee;
  -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#333));
  background-image: -webkit-linear-gradient(top, #666, #333);
  background-image: -moz-linear-gradient(top, #666, #333);
  background-image: -ms-linear-gradient(top, #666, #333);
  background-image: -o-linear-gradient(top, #666, #333);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
}
.hwstats .more a:hover {
  background-color: #255fa7;
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#41badd), to(#255fa7));
  background-image: -webkit-linear-gradient(top, #41badd, #255fa7);
  background-image: -moz-linear-gradient(top, #41badd, #255fa7);
  background-image: -ms-linear-gradient(top, #41badd, #255fa7);
  background-image: -o-linear-gradient(top, #41badd, #255fa7);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#41badd', endColorstr='#255fa7',GradientType=0 );
}

.hwstats ol li, .hwstats ul li {
	padding: 0;
}
.hwstats ol li:before, .hwstats ul li:before {
	color: #808080;
}

.hwstats li {
  font-size: 0.875em;
}

.hwstats .note {
	color: #808080;
	margin-left: 0.5em;
	font-weight: normal;
}

#flotTip {
}
