<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-analtyics {
clear: left;
padding-left: 2px;	
}
.page-analtyics .metric {
	background: #fefefe; /* Old browsers */
		background: -moz-linear-gradient(top, #fefefe 0%, #f2f3f2 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f2f3f2)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* IE10+ */
		background: linear-gradient(top, #fefefe 0%,#f2f3f2 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f3f2',GradientType=0 ); /* IE6-9 */
	border: 1px solid #ccc;
	float: left;
	font-size: 12px;
	margin: 0;
	margin-left:-1px;
	padding:10px 0px;
	width: 19.5%;
	white-space: nowrap;
}
/*
.page-analtyics .metric:hover {
	background: #fff;
	border-bottom-color: #b1b1b1;
}
*/
.page-analtyics .metric .legend {
	background-color: #058DC7;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	font-size: 0;
	margin-right: 5px;
	padding: 10px 5px 0;
}
.page-analtyics .metric strong {
	font-size: 16px;
	font-weight: bold;
}
.page-analtyics .range {
	color: #686868;
	font-size: 11px;
	margin-bottom: 7px;
	width: 100%;
}
.google-visualization-table-td {
	max-width: 295px !important;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-align:left;
}

#chart {
min-height:200px;
}
.tcdSection {
margin:37px 0px 0px;
}
.tcdSectionHead {
font-size:20px;
text-align:left;
margin-bottom:2px;
}

.google-visualization-table-th  {
 padding: 6px 0 !important;
}

.google-visualization-table-td {
padding: 6px 2px !important;
font-size:14px !important ;
}

.google-visualization-table-td a:link, .google-visualization-table-td a:visited {
color:#333;
text-decoration:underline;
}

.google-visualization-table-td a:hover {
text-decoration:none;
}

#mostViewedDiv, #landingPages, #organicSearchTerm {
min-height:320px;
}

td.google-visualization-table-td:last-child {
text-align:right;
}

.statsTableUsers {
border:solid 1px black;
border-collapse:collapse;
text-align:center;
margin:17px auto 0px;
/*font-size:12px; */
}
.statsTableUsers tr th {
background-color:#CCC;
font-weight:bold;
border:solid 1px black;
padding:6px 4px;
text-align:center;
}

.statsTableUsers tr td {
border:solid 1px black;
text-align:left;
padding:6px 4px;
}

.statsTableUsers tr td a:link, .statsTableUsers tr td a:visited {
color:#333;
text-decoration:underline;
}

.statsTableUsers tr td a:hover {
text-decoration:none;
}
</pre></body></html>