#js-opinion-gap{
	font-family: franklin-gothic-urw,Verdana,Geneva,sans-serif;
}

#chart {
	margin:30px 0 10px 0;
	float:left;
	width:75%;
	height:200px;
	max-height:220px;
	display:inline-block;
	position: relative;
}
.toggle{
	margin-bottom:20px;
	display: inline;
}
.dropdown{
	display:none;
	margin-bottom:20px;
}
#key {
	overflow: auto;
	padding-left: 7px;
	width:30%;
	display:inline-block;
}
#key > div {
	float:left;  
	font-size: 1rem;
	line-height: 15px;
	margin-right:20px;
	margin-bottom: 20px;
}
#scale{
	width:68%;
	top:0;
	float:right;
	display:inline-block;
	border-left:1px solid #ccc; 
	border-right:1px solid #ccc; 
	border-top:1px solid #ccc;
	color: #ccc;
}
#key, #scale{
	margin-top:20px;
}
#scale0{
	background-color:white;
	position:relative;
	top:15px;
	margin-left:-1px;
}
#scale100{
	background-color:white;
	float:right;
	position:relative;
	top:15px;
	margin-right:-1px;
}
.public .circle {
	background: #006699;
}
.science .circle {
	background: #D2A932;
	border: 1px solid #555;
	box-sizing: border-box;
}
.highcharts-series.highcharts-tracker:first-child rect:last-child{
	fill:#9E802E;	
}
.highcharts-series.highcharts-tracker rect:last-child{
	fill:#D2A932;
}
.highcharts-tooltip span {
    height:auto !important;
    width:140px !important;
    max-width:140px !important;
    overflow:auto !important;
    white-space:normal !important; 
}
#rows > div {
	overflow: auto;
	cursor:pointer;
	border-right:1px dotted #ccc;
}
#rows > div:not(.expanded):hover {
	background: #f7f7f7;
}

.statement {
	box-sizing:border-box;
	font-size: 1rem;
	float:left;
	width:30%;
	padding:10px 10px 10px 25px;
	border-right:1px dotted #ccc;
	line-height: 120%;
}
.expanded {
	background: #eee;
}
.collapsed .statement:before {
	content: '\25b6';
	margin-right: 5px;
	font-size: 0.8em;
	color: #999;
	position: absolute;
	left: 20px;
	margin-top: 2px;
}
.expanded .statement:before {
	content: '\25bc';
	font-size: 0.8em;
	margin-right: 4px;
	color: black;
	position: absolute;
	left: 20px;
	margin-top: 1px;
}
.data {
	padding:10px;
	float: left;
	width:70%;
	position: relative;
	min-height:16px;
	box-sizing:border-box;
	margin-left:-1px;
	overflow:hidden;
}
.expanded .data{
	border-left:1px solid;
}
.collapsed .data{
	border-left:1px dotted #ccc;
}
.collapsed .chart_labels{
	display:none;
}
.data .public, .data .science, .data .gap {
	position: absolute;
	height:16px;
	z-index: 10;
	line-height: 15px;
	font-size: 1rem;
}
.sci_bar{
	width:100%;
	min-height:16px;
}
.circle {
	position: relative;
	width:16px;
	height:16px;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	background: #666;
	float:left;
	margin-left:-7px;
	margin-right:5px;
}
.sci_bar > div:first-of-type .circle {
	float:right;
	margin-right:-7px;
	margin-left:5px;
}
.data .gap {
	background: #ccc;
	text-align: center;
	z-index: 1;
}

.chart_labels{
	margin-top:30px;
	width:25%;
	float:left;
	height:170px;
	max-height:170px;
	clear:both;
	display:inline-block;
	position: relative;
	text-align:right;
}

.label_pro, .label_con{
	height:50%;
	padding-right:10px;
	float:right;
	width:75%;
	font-size:1rem;
}

.highcharts-grid path:first-of-type{
	stroke:#eee;
}

.overlay{
	z-index:100;
}

@media (max-width : 960px) {

}

@media (max-width : 620px) {
	#chart{
		width:100%;
		height:600px;
	}
	.toggle{
		display:none;
	}
	.dropdown{
		display:inline;
	}
	.data{
		width:100%;
		clear:both;
	}
	.statement{
		width:100%;
		border:0;
		clear:both;
	}
	#scale{
		display:none;
	}
	#key{
		width:100%;
	}
	.label_pro, .label_con{
		font-size:1em;
		width:90%;
		float:left;
		text-align:left;
	}
	.label_con{
		position:absolute;
		bottom:0;
		height:auto;
	}
	.chart_labels{
		margin-top:40px;
		margin-left:10px;
		position:absolute;
		z-index:10;
		width:100%;
		height:200px;
	}

}