div#left {
	margin-top: 25px;
	color: #111;
}

.analytics h3 {
	color: #6699cc;
	float: left;
}
.analytics p#updatert {
	float: right;
	margin-bottom: 25px;
	color: #999;
}

.analytics #basicinfo {
	margin-bottom: 25px;
}
.analytics #basicinfo p {
	margin-bottom: 12px;
}
.analytics #basicinfo p:last-child {
	margin-bottom: 0px;
}

.analytics ul#extended li.clickref {
	float: left;
	width: 80px;
	margin-right: 20px;
}
.analytics ul#extended li h3 a {
	color: #999;
	padding-bottom: 12px;
	text-decoration: none;
}
.analytics ul#extended li h3 a.on, .analytics ul#extended li h3 a:hover {
	color: #94e4e8;
	padding-bottom: 10px;
	border-bottom: solid 2px #999;
	text-decoration: none;
}

.analytics ul#extended li.theinfo {
	margin-top: 16px;
}
.analytics ul#extended li ul.times li {
	float: left;
	padding-right: 30px;
	width: inherit;
}
.analytics ul#extended li ul.times li a {
	color: #999;
	font-size: 24px;
	padding-bottom: 12px;
	text-decoration: none;
}
.analytics ul#extended li ul.times li.on a, .analytics ul#extended li ul.times li a:hover {
	color: #cc6666;
	padding-bottom: 10px;
	border-bottom: solid 2px #999;
	text-decoration: none;
}

ul#theclicks, ul#referrers {
	margin-top: 30px;
}
ul#theclicks li {
	font-size: 72px;
	line-height: 90px;
	float: left;
}
ul#theclicks li.retweetnumber {
	float: right;
	display: block;
	text-align: right;
}
ul#theclicks li span.subtext {
	font-size: 18px;
	line-height: 22px;
	display: block;
	font-weight: bold;
	color: #999;
}
ul#theclicks li span.subtext2 {
	font-size: 12px;
	line-height: 22px;
	display: block;
	color: #999;
}

table {
	width: 530px;
}

table tr td.refer {
	width: 70%;
	text-align: left;
	padding-bottom: 10px;
}
table tr td.refer a {
	color: black;
}
table tr td.clicks {
	width: 30%;
	text-align: right;
	padding-bottom: 10px;
}
a#desktopref {
	text-decoration: none;
	cursor: default;
	display: block;
	float: right;
	margin-right: 58px;
	height: 22px;
	width: 22px;
	background: url(../static/img/dtop-ref.png) no-repeat center center;
	position: relative;
}
#desktophover {
	background: url(../static/img/dtop-hover.png) no-repeat center center;
	width: 240px;
	height: 84px;
	font-size:10px;
	line-height: 12px;
	padding: 10px;
	position: absolute;
	left: -119px;
	bottom: -104px;
	z-index: 100;
	display: none;
}
#desktophover p {
	padding: 0px;
	margin: 0px;
}
#desktophover p:first-child {
	padding: 0px;
	margin: 0px;
	padding-top:16px;
	padding-bottom: 10px; 
}
li#clicksgraph {
	margin-top: 10px;
	width: 500px;
	height: 300px;
	padding: 0px 0px 30px 30px;
	background: url(../static/img/AxisLabel.png) left bottom no-repeat;
}
li#clicksgraph #innerChart {
	width: 500px;
	height: 300px;
}