
.stats-table
{
  font: 100% Arial, sans-serif;
  margin-left: 30px;
  margin-top: 30px;
}

.stats-table td
{
  padding: 5px;
  border: 1px solid #A8A8A8 ;
}

.stat-diff
{
  color: gray;
  font-size: 10px;
}

.stat-wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -25px;
  padding-left: 20px;
}
.stat-footer, .stat-push {
  height: 25px;
}

.stat-footer {
  text-align: center;
}

.stat-nd {
  background-color: rgb(255, 214, 214);
  padding: 0 4px;
  border-radius: 4px;
}

.system-stats-logo {
	background-color: #454ca9;
	display: inline-block;
	padding: 5px 10px;
}

.system-stats-logo > span {
	height: 100%:
	display: inline-block;
	vertical-align: middle;
}

.system-stats-logo > img {
	display: inline-block;
	height: 20px;
	vertical-align: middle;
}
