body {
	padding: 0;
	margin: 0;
	background-size: 466px 349px;
	background-color: #111;
	color: #aaa;
	line-height: 160%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 100;
	text-shadow: 0px 1px 1px #0a0a0a;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 1.8em;
	margin: 4px 0;
	padding: 12px 0;
}

h2 {
	font-family: 'Exo', sans-serif;
	font-weight: 300;
	font-size: 1.5em;
	margin: 4px 0;
	padding: 12px 0;
}

abbr {
	text-decoration: none;
	border: 0;
}

form.inline {
	display: inline-block;
}

input {
	outline: none;
}

input[type="text"],
input[type="password"] {
	display: inline-block;
	/* box-sizing: border-box; */
	color: #fff;
	background-color: #1a1a1a;
	border: none;
	width: 140px;
	height: 1.6em;
	line-height: 1.6em;
	font-size: 1em;
	padding: 0 5px;
	border: 1px solid #333;
	-webkit-transition: border-color 150ms;
	border-radius: 2px;
}

input[type="text"]:hover,
input[type="text"]:focus,
input[type="password"]:hover,
input[type="password"]:focus {
	border-color: #777;
	-webkit-transition: border-color 150ms;
}

text {
	fill: #7a7a7a;
	font-size: 14px;
	text-shadow: 0px 1px 1px #0a0a0a;
}

path.online {
	stroke-width: 1;
	fill: none;
	stroke: #62A7E3;
}

path.ingame {
	stroke-width: 1;
	fill: none;
	stroke: #8BC53F;
}

.italic {
	font-style: italic;
}

.timeAxis line {
	stroke: #262626;
	shape-rendering: crispEdges;
	stroke-dasharray: none;
}

.timeAxis line.minor {
	stroke: #262626;
	stroke-dasharray: 4, 5;
}

.playersAxis line {
	stroke: #262626;
	shape-rendering: crispEdges;
	stroke-dasharray: none;
}

.domain {
	display: none;
}

.ad720 {
	margin-bottom: 20px;
	max-height: 90px;
}

.ad720 iframe {
	display: block;
	margin: 0;
	border: 0;
	overflow: hidden;
}

#content-wrapper {
	margin: 0 auto;
	width: 728px;
}

#app-title {
	float: left;
	width: 80%;
}

#app-links {
	float: right;
	width: 20%;
	padding: 12px 0;
	margin: 4px 0;
	text-align: right;
}

#app-heading img {
	vertical-align: middle;
}

.app-image {
	display: block;
	float: left;
	padding: 14px 0;
}

.cmp-image {
	display: block;
	float: left;
	margin-left: -14px;
}

.app-stat {
	float: left;
	font-family: 'Exo', sans-serif;
	text-align: center;
	width: 170px;
	padding: 12px 0;
}
.app-stat span {
	padding: 0 10px;
	font-size: 2em;
	font-weight: 300;
	vertical-align: -60%;
}

.cmp-title {
	display: block;
	float: left;
	line-height: 69px;
	font-size: 1.1em;
	font-weight: 100;
	margin-left: 14px;
	width: 400px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cmp-remove {
	float: right;
	line-height: 65px;
	font-size: 2.5em;
	color: #555;
}

.cmp-remove span {
	cursor: pointer;
}

#cmp-add-input {
	float: left;
	width: 504px;
	margin: 12px 0 12px 12px;
	line-height: 44px;
	height: 44px;
	font-size: 1.2em;
	background-color: #141414;
	border-color: #222;
}
#cmp-add-input:hover,
#cmp--add-input:focus {
	border-color: #444;
	-webkit-transition: border-color 150ms;
}

#app-48hour-chart {
	float: left;
	width: 360px;
	height: 70px;
	padding: 12px 0;
}

#app-hours-content > div {
	float: left;
	padding: 12px 0;
}
#app-player-hours {
	text-align: center;
	width: 25%;
}
#app-player-hours div {
	font-size: 2em;
	vertical-align: -50%;
}
#app-30day-chart {
	width: 75%;
	height: 74px;
}

#app-longterm-content > div {
	float: left;
	padding: 12px 0;
}
#app-alltime-peak {
	text-align: center;
	width: 30%;
}
#app-alltime-peak span {
	font-size: 2em;
	vertical-align: -50%;
}
#app-longterm-chart {
	width: 100%;
	height: 200px;
}

.content {
	background-color: #1a1a1a;
	width: 700px;	
	padding: 0 14px;
	margin-bottom: 20px;
	overflow: hidden;
}

.chart {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.chart-marker {
	shape-rendering: crispEdges;
	stroke-width: 1px;
	stroke: #666;
}

.chart-marker-label text {
	fill: #ccc;
	font-size: 12px;	
	dominant-baseline: central;
}

.chart-marker-label polygon {
	fill: #181818;
	stroke: #444;
}

#header {
	margin-top: 4px;
	padding: 6px 0;
	line-height: 200%;
}

#logo {
	font-family: 'Exo', sans-serif;
	font-size: 1.5em;
	letter-spacing: 2px;
}
#logo-steam {
	font-weight: 600;
	color: #888;
}
#logo-charts {
	color: #fff;
	font-weight: 300;
}
#logo:hover {
	text-decoration: none;
}

#closing {
	color: #555;
	font-size: 0.8em;
	margin: 1em 0;
	clear: both;
}
#closing a {
	border-bottom: none;
}

#footer {
	margin: 1em;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

h1 span, h2 span {
	font-size: 0.8em;
	color: #666;
}

#overview-panel {
	text-align: center;
	font-size: 1.2em;
	/*line-height: 200%;*/
	padding-top: 8px;
	padding-bottom: 8px;
}

#online-count {
	color: #fff;
	line-height: 160%;
}
#online-count:before {
	color: #62A7E3;
	margin-right: 6px;
	font-size: 0.75em;
}

#ingame-count {
	color: #fff;
}
#ingame-count:before {
	color: #8BC53F;
	margin-right: 6px;
	font-size: 0.75em;
}

#latest-data-time {
	color: #555;
	font-size: 0.6em;
	line-height: 180%;
	margin-bottom: 6px;
}

#overview-chart {
}

.game-name {
	color: #fff;
	font-size: 1.0em;
}

.common-table {
	width: 100%;
	border-collapse: collapse;
}

.gain {
	color: #48a71f;
}

.loss {
	color: #a7411f;
}

td {
	text-align: center;
	height: 1.8em;
	border: 0;
	padding: 0 6px;
}

th, b {
	font-weight: 600;
}

td.left, th.left {
	text-align: left;
}

td.right, th.right {
	text-align: right;
}

#top-games .period-col {
	color: #606060;
}

tbody tr.odd {
	background-color: #1d1d1d;
}

#top-games .chart {
	padding: 0;
}

#top-games .player-hours {
	min-width: 6em;
}

#top-games .highlight {
	font-style: italic;
}

rect.hours-bar {
	fill: #587A2F;
	stroke: 0;
	shape-rendering: geometricPrecision;
	opacity: 1;
}

rect.ongoing {
	opacity: 0.5;
}

.blog-date {
	color: #666;
}

.blog-prev-date {
	color: #666;
	font-family: mono;
}

a.blog-img img {
	border: 2px solid #555;
	border-radius: 2px;
	margin: 4px 8px;
}
a.blog-img:hover img {
	border: 2px solid #bbb;
	border-radius: 2px;
}

.heading-float {
	float: left;
	width: 70%;
}

.pagination-heading {
	float: right;
	text-align: right;
	width: 30%;
	padding: 12px 0;
	margin: 4px 0;
}
.pagination {
	float: right;
	text-align: right;
	line-height: 200%;
}

.c0 {
	margin-left: -40pt;
	float: left;
}

.c1 {
}

@media only screen and (-webkit-max-device-pixel-ratio: 1.49),
	only screen and (-o-max-device-pixel-ratio: 30/21),
	only screen and (-moz-max-device-pixel-ratio: 1.49),
	only screen and (max-device-pixel-ratio: 1.49),
	only screen and (max-resolution: 1.49dppx) {

	body {
		background-image:url(/assets/background.png);
	}
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {

	body {
		background-image:url(/assets/background@2x.png);
	}
}
 
#nn_skinl,
#nn_skinr {
    position: fixed;
    top: 0;
    left: 50%;
    width: 301px;
    height: 970px;
    z-index: 100;
    margin-left: -685px;
}

#nn_skinr {
    margin-left: 385px;
}

.demopage {
    #nn_skinl { margin-left: -850px; }
    #nn_skinr { margin-left: 550px; }
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 23, 2013 11:32:12 PM America/New_York */

/*
@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Thin-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Thin-webfont.svg#ExoThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Thin-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Thin-Italic-webfont.svg#ExoThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-ExtraLight-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-ExtraLight-webfont.svg#ExoExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-ExtraLight-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-ExtraLight-Italic-webfont.svg#ExoExtraLightItalic') format('svg');
    font-weight: 200;
    font-style: italic;
}
*/

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Light-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Light-webfont.svg#ExoLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Light-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Light-Italic-webfont.svg#ExoLightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Regular-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Regular-webfont.svg#ExoRegular') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Regular-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Regular-Italic-webfont.svg#ExoRegularItalic') format('svg');
    font-weight: 400;
    font-style: italic;
}

/*
@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Medium-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Medium-webfont.svg#ExoMedium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Medium-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Medium-Italic-webfont.svg#ExoMediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}
*/

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-DemiBold-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-DemiBold-webfont.svg#ExoDemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-DemiBold-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-DemiBold-Italic-webfont.svg#ExoDemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}
*/

/*
@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Bold-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Bold-webfont.svg#ExoBold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Bold-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Bold-Italic-webfont.svg#ExoBoldItalic') format('svg');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-ExtraBold-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-ExtraBold-webfont.svg#ExoExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-ExtraBold-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-ExtraBold-Italic-webfont.svg#ExoExtraBoldItalic') format('svg');
    font-weight: 800;
    font-style: italic;

}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Black-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Black-webfont.svg#ExoBlack') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Exo';
    src: url('/assets/fonts/Exo-Black-Italic-webfont.woff') format('woff'),
         url('/assets/fonts/Exo-Black-Italic-webfont.svg#ExoBlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}
*/
@font-face {
	font-family: 'icomoon';
	src:url('/assets/fonts/icomoon.eot');
	src:url('/assets/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('/assets/fonts/icomoon.svg#icomoon') format('svg'),
		url('/assets/fonts/icomoon.woff') format('woff'),
		url('/assets/fonts/icomoon.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'icomoon';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

/* Use the following CSS code if you want to have a class per icon */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: 'icomoon';
	font-style: normal;
	speak: none;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}
.icon-user:before {
	content: "\e000";
}
.icon-target:before {
	content: "\e001";
}

