body
{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: justify;
	background-color: #404040;
	color: #4A4C45;
	margin: 0 0 3em 0;
	padding: 0;
}

h1, h2, h3
{
/*	margin-bottom: 0;*/
	color: #CC0000;
/*	margin-top: 15px;*/
}

a
{
	color: #ff9900;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

#hibWidget
{
	float: right;
	width: 423px;
	height: 141px;
	margin-left: 20px;
	overflow: hidden;
	border: 0;
}

footer
{
	clear: both;
	text-align: center;
	color: #918E84;
	margin-bottom: 1em;
}

#helpers
{
	position: fixed;
	bottom: 0;
	text-align: center;
	width: 100%;
	transition: height 0.5s linear;
	height: 0;
	background-color: #f8f8f8;
	box-shadow: 0 5px 10px #000000;
}

#helperTargets
{
	list-style-type: none;
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	position:fixed;
	bottom:0;
	transition: bottom 0.5s linear;
}

#helperTargets li
{
	display: inline-block;
	background-color: #e0e0e0;
	border-radius: 0.5em 0.5em 0 0;
	padding: 0.25em 1em;
	margin: 0 0.5em;
	box-shadow: 0 5px 10px #000000;
	vertical-align: bottom;
	transition: all 0.25s linear;
	cursor: pointer;
}

#helperTargets li:hover
{
	background-color: #f8f8f8 !important;
	padding-bottom: 0.5em !important;
}

.popup
{
	font-size: 0.75em;
	position: relative;
	text-align: left;
	z-index: 10;
	overflow: auto;
	max-height: 100%;
}

.popup>*
{
	margin-left:20px;
	margin-right:20px;
}

.popup>#overviewThumb
{
	margin-top:20px;
	margin-bottom:20px;
	float: right;
}

.bundle, .intro, .widestats
{
	line-height: 18px;
	background-color: #f8f8f8;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 0px 5px 10px #000000;
	margin: 20px;
	transition: all 1s linear;
}

#currentStats
{
	text-align: center;
}

#chartPlayground
{
	margin: 2.5em 1em;
	border: 5px dashed #303030;
	border-radius: 2em;
	text-align: center;
	min-height: 330px;
	background-image: url(../images/playground_back_3.png);
	background-repeat:no-repeat;
	background-position: center 10px;
}

#chartPlayground>h1
{
	background-color: #404040;
	display: inline-block;
	margin: -0.75em 0 0 -165px;
	left: 50%;
	width: 330px;
	position: absolute;
}

#chartPlayground>p
{
	color: #202020;
	margin: 2em 0 0 0;
}

.loadingImage
{
	margin-top: 265px;
	margin-bottom: 265px;
}

.warning
{
	color: #cc0000;
}

.tooltip
{
	position:absolute;
	display: none;
	font-size: 12px;
	border-radius: 0.75em;
	padding: 0.5em 1em;
	box-shadow: 0px 2.5px 5px rgba(0,0,0, 0.5);
	text-shadow: 1px 1px 0px rgba(255,255,255, 0.5);
	background-color: #f8f8f8;
}

.tooltip p
{
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

.intro
{
	padding: 1em;
}

.bundle
{
	font-size: 12px;
	width: 430px;
	display: inline-block;
	vertical-align: top;
	height: 630px;
	text-align: center;
	line-height: 18px;
}

.bundle .bundleTitle, .chartTitle
{
	color: #cc0000;
	margin-bottom: 0;
}

.bundle p, .widestats p
{
	font-style: italic;
	margin: 0;
}

.bundle ul
{
	text-align: left;
	float: left;
	margin: 20px 0 15px;
	min-height: 82px;
	width: 230px;
}

.bundle ul li
{
    font-weight: bold;
    margin-bottom: 2px;
    margin-top: 2px;
}

.bundle .statValue
{
	float: right;
	border-right: 6px solid transparent;
	padding-right: 4px;
}

p .indicatorLin, p .indicatorMac, p .indicatorWin, p .indicatorAll, p .indicatorInitialGames, p .indicatorExtraGames,
.tooltip .indicatorLin, .tooltip .indicatorMac, .tooltip .indicatorWin, .tooltip .indicatorAll, .tooltip .indicatorInitialGames, .tooltip .indicatorExtraGames
{
	border-left: 6px solid transparent;
	padding-left: 4px;
}

.indicatorAll
{
	border-color: #FF0000 !important;
}

.indicatorLin
{
	border-color: #333388 !important;
}

.indicatorMac
{
	border-color: #338833 !important;
}

.indicatorWin
{
	border-color: #883333 !important;
}

.indicatorAvgArea
{
	border-color: #f9dfdf !important;
}

.indicatorInitialGames
{
	border-color: #3D7930 !important;
}

.indicatorExtraGames
{
	border-color: #A2C180 !important;
}

text
{
	fill: #4A4C45;
}

.x path, .y path, .axis rect
{
	fill: #8A8C85;
	shape-rendering: crispEdges;
}

.x .tick text
{
	font-size: 10px;
}

.x path, .y path
{
	shape-rendering: crispEdges;
}
.lines
{
	fill: none;
}
.y line
{
	stroke: #8A8C85;
	stroke-width: 1;
	shape-rendering: crispEdges;
}

.x line
{
	stroke: #8A8C85;
	stroke-width: 1;
	shape-rendering: crispEdges;
}

.hoverTargets rect
{
	fill: rgba(0, 0, 0, 0);
}

.hoverTargets rect:hover
{
	fill: rgba(0, 0, 0, 0.05) !important;
}

.averageLine
{
	shape-rendering: crispEdges;
}

.bundleAverageChart .x text
{
	fill: white;
	display: none;
}

.valueChart .price rect, .bar
{
	shape-rendering: crispEdges;
}

.arc path
{
	stroke-linejoin: round;
}

.clearfix
{
	clear: both;
}

.widestats
{
	font-size: 12px;
	clear: both;
	padding: 5px 0 25px 0;
	text-align: center;
}

table
{
	margin-top: 2em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}

table th
{
	border-bottom: 1px solid;
	padding-left: 1em;
	padding-right: 1em;
}

table .textColumn
{
	text-align: left;
	padding-left: 1em;
}

table .numberColumn
{
	text-align: right;
	padding-right: 1em;
}

table .oddRow
{
	background-color: #f0f0f0;
}

table tbody tr .visibilityColumn:after
{
	content: "\2610";
}

table tbody tr.selected .visibilityColumn:after, table tbody tr:hover .visibilityColumn:after, table tbody tr.hover .visibilityColumn:after
{
	content: "\2611";
}

table tbody tr:hover, table tbody tr.hover
{
	background-color: #e0e0e0 !important;
	color: #404040 !important;
}

table .indie, .indicatorRed
{
	color: #CC0000;
}

table .non-indie, table .debut, .indicatorBlue
{
	color: #0000CC;
}

table .android, table .mobile
{
	color: #00cc00;
}

table .mojam
{
	color: #eeaa00;
}
			
table .music, table .ebook, table .comedy, table .audiobook
{
	color: #cc00cc;
}

.indicatorIndie
{
	border-left: 6px solid #CC0000;
	padding-left: 4px;
}

.indicatorNonIndie
{
	border-left: 6px solid #0000CC;
	padding-left: 4px;
}

.indicatorAndroid, .indicatorMobile
{
	border-left: 6px solid #00cc00;
	padding-left: 4px;
}

.indicatorMojam
{
	border-left: 6px solid #eeaa00;
	padding-left: 4px;
}
			
.indicatorEbook
{
	border-left: 6px solid #cc00cc;
	padding-left: 4px;
}

.footnote, .footnote a
{
	color: #ff0000;
	font-weight: bold;
	margin-left: 1px;
}

sup.footnote
{
	position: absolute;
}
