body {
	background-position:top left;
	background-repeat:repeat;
	margin:0px;
	padding:0px;
	font-family: 'Droid Sans', Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:1.5em;
	overflow: hidden;
}

hr {
	height:1px;
}




h2 { color: #333333; font-family: 'Bitter', serif; font-size: 30px; font-weight: normal; line-height: 32px; margin: 0 0 20px; }
a { color: #c73036; font-family: Georgia, serif; text-decoration: underline; }

a.tooltip {outline:none; }
a.tooltip strong {line-height:8px;}
a.tooltip:hover {text-decoration:none;}
a.tooltip span {
	z-index:10;display:none; padding:14px 20px;
	margin-top:-30px; margin-left:14px;
	width:400px; line-height:18px; font-size: 14px;
}
a.tooltip:hover span{
	display:inline; position:absolute; color:#111;
	border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

/*CSS3 extras*/
a.tooltip span
{
	border-radius:4px;
	box-shadow: 5px 5px 8px #CCC;
}




/*table style*/

table.table-style-two {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-width: 1px;
	border-color: #3A3A3A;
	border-collapse: collapse;
	margin-left:auto;
	margin-right:auto;

}

table.table-style-two th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #517994;
	background-color: #B2CFD8;
}

table.table-style-two tr:hover td {
	background-color: #DFEBF1;
}

table.table-style-two td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #517994;
	background-color: #ffffff;
}

input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url(check_radio_sheet.png) left top no-repeat;
	cursor:pointer;
}
input[type="checkbox"]:checked + label span {
	background:url(check_radio_sheet.png) -19px top no-repeat;
}


.custom-label {
	display: inline-block;
	margin-right: .8em;
	cursor: pointer;
}
.custom-radio,
.custom-check {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -.15em; /* Adjust to for best fit */
	margin: 0 .4em;
	width: 20px;
	height: 20px;
	background: url(../img/customRadioCheck.png) 0 0 no-repeat;
}
.custom-radio { background-position: 0 -20px; }
.custom-check.focus { background-position: -20px 0; }
.custom-radio.focus { background-position: -20px -20px; }
.custom-check.checked { background-position: -40px 0; }
.custom-radio.checked { background-position: -40px -20px; }
.custom-check.checked.focus { background-position: -60px 0; }
.custom-radio.checked.focus { background-position: -60px -20px; }

fieldset {
	border: 0;
}

.node {
	stroke: #fff;
	stroke-width: 1.5px;
}

.link {
	stroke: #999;
	stroke-opacity: .6;
}
#subreddit-meta {
	text-align: center;
}
#charts_tables {
	overflow: hidden;
	width: 80%;
	height: 700px;
}
#charts {
	float:left;
	width: 64%;
	height: 60%;
	margin: auto;
}
#tables {
	width: 35%;
	overflow: hidden;
	margin: auto;
	text-align: center;

}

#graph-sample {
	width:100%;
	margin-right:5px;
}
#svg-graph {
	width: 100%;
	height: 95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:auto;
}

#evolution_chart {
	height: 480px;
	width: 200px;
}
.three-charts {
	overflow: hidden;
	width: 100%;
	height: 480px;
	margin: auto;

}

.left-chart {
	float:left;
	width: 33%;
	margin: auto;
}

.center-chart {
	float:left;
	width: 33%;
	margin: auto;

}

.right-chart  {
	float: left;
	width: 33%;
	overflow: hidden;
	margin: auto;
}


.two-charts {
	overflow: hidden;
	width: 100%;
	height: 480px;
	margin: auto;

}

.left-two-chart {
	float:left;
	width: 50%;
	margin: auto;
}


.right-two-chart  {
	float: left;
	width: 50%;
	overflow: hidden;
	margin: auto;
}

.svg-chart {
	width: 90%;
	height:100%;
	margin-top:auto;
	margin-left:auto;
	margin-right:auto;
	display: block;


}

.nvd3 .nv-axis.nv-x path.domain {
	stroke-opacity: 1;
	stroke: red;
}

.three-headers {
	overflow: hidden;
	width: 100%;

}

.left-header {
	float:left;
	width: 33%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.center-header {
	float:left;
	width: 33%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.right-header {
	float:left;
	width: 33%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#subreddit-charts {
	visibility: collapse;
}
#d3-charts {
	visibility: collapse;
}

.two-headers {
	overflow: hidden;
	width: 100%;

}

.left-two-header {
	float:left;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.right-two-header {
	float:left;
	width: 50%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: fixed;
	width: 100%;
	background-color: white;
	z-index: 99999;
}

#nav li {
	float: left;

}

#nav a {
	display: inline-block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#datesrange {
	text-decoration: underline;
}


h1 { color: #333333; font-family: 'Bitter', serif; font-size: 24px; font-weight: normal; line-height: 54px; margin: 0 0 54px; }


p { color: #333333; font-family: Georgia, serif; font-size: 14px; line-height: 28px; margin: 0 0 28px; }


p:first-of-type { font-size: 16px; line-height: 36px; margin: 0 0 28px; }


a { color: #c73036; font-family: Georgia, serif; text-decoration: underline; }


a:hover { color: #333333; text-decoration: underline; }


.author { color: #8d8d8d; font-family: Georgia, serif; font-style: italic; font-size: 14px; margin-bottom: 28px; }


.author a { color: #c73036; font-family: "Helvetica Neue", sans-serif; font-weight: bold; text-decoration: none; text-transform: uppercase; }


h1:after
{
	content:' ';
	display:block;
	border:.5px solid black;
}

