body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

a:link {
  color: #6699cc;
  }


a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }

.stats {
	border: 1px solid #ddd;
	margin: 10px -1px;
	width: 100%;
}
.stats table {
	border: 4px solid #fff;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	width: 99.9%;
	table-layout: fixed;
}
.stats td,
.stats th {
	border-bottom: 1px solid #000;
	font-size: .9em;
	line-height: 1.5em;
	padding: 2px;
}
.stats th,
.stats td {
	background: #fff;
	border-color: #eee;
	text-align: left;
}
.stats th {
	background: #f4f4f4;
	border-color: #ddd;
	color: #333;
	font-weight: normal;
	text-align: left;
}
.stats .alt th {
	background: #e5e5e5;
}
.stats .alt td {
	background: #fafafa;
}
.stats thead th {
	background: #3990ed;
	border: 2px #286acb;
	border-style: none none solid;
	color: #fff;
	padding: 4px 2px 2px;
}
.stats tr:hover td {
	background: #c2dcfa;
	border-color: #a7cdfa;
	color: #0f59a8;
}
.stats tr:hover th,
.stats tr:hover td:hover {
	background: #3990ed;
	border-color: #286acb;
	color: #fff;
}
.stats .total th,
.stats .total:hover th,
.stats .total td,
.stats .total:hover td {
	background: #939393;
	border: none;
	color: #fff;
}
col {
	width: 2.5%;
}
col.user-agent {
	width: 16%;
}

div.pages {
        width: 100%;
        text-align: center;
        margin: 0 auto;
}
