#chartGO {
	text-align: center;
	padding: 10px;
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* background: rgb(255,255,255); */ /* Old browsers */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* FF3.6+ */ /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); */ /* Chrome,Safari4+ */ /* background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); */ /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* W3C */
	border: 1px solid #aaa;
	margin: 10px 0px 10px;
	font-size: 1.3rem;
	font-weight: bold;
	cursor: pointer;
	clear: both;
	border-radius: 5px;
 }

#chartGO:active {
	color: white;
	background: #666;
 }

#year {
	font-size: 2.6rem;
	font-weight: bold;
	color: #aaa;
 }

	#year.polling_year {
		color: #000;
		font-size: 3.6rem;
	 }

#year_select {
	display: inline-block;
	width: 100px;
	height: auto;
	float: right;
	clear: right;
	font-size: 1.3rem;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: 5px 9px;
	font-family: "franklin-gothic-urw",Verdana,Geneva,sans-serif;
	background-color: rgba(247, 247, 247, 1);
	color: #7C7C7C;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 40px
 }

	#year_select:focus {
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	 }

#view_year {
	width: 100%;
	display: inline-block;
	text-align: right;
	clear: right;
	font-size: 1.4rem;
 }

#chart {
	clear: both;
	height: 400px;
 }

.switch.title {
	margin-bottom: 5px;
	font-size: 1.4rem;
 }

#year_shown {
	text-align: center;
	width: 100%;
	display: inline-block;
 }

.toggle {
	overflow: auto;
	height: 100%
 }

	.toggle .switch {
		overflow: auto;
		float: left;
		height: 100%
	 }

		.toggle .switch:nth-child(n+2) {margin-left: 15px}

	.toggle legend,.singular .content .toggle .legend {
		font-size: 1.4rem;
		padding: 6px 0;
		float: left;
		margin-bottom: 0;
		margin-right: 20px;
		font-family: "franklin-gothic-urw",​Verdana,​Geneva,​sans-serif;
		line-height: 1
	 }

	.toggle input {margin-right: .5rem}

.has-js .toggle input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	left: 0
 }

button,a.button,.toggle label,.toggle a {
	white-space: nowrap;
	font-size: 1.1rem;
	font-weight: bold;
	color: #969696;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 7px 12px;
	position: relative;
	border: 1px solid #AAA;
	float: left;
	position: relative;
	text-shadow: none;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,1)),color-stop(50%,rgba(243,243,243,1)),color-stop(51%,rgba(237,237,237,1)),color-stop(100%,rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -moz-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom,rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=0)
 }

button,a.button {float: none}

button:active,a.button:active,.has-js .toggle .selected {
	color: #7C7668;
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(156,156,156,1);
	box-shadow: inset 1px 1px 2px 0 rgba(156,156,156,1);
	background: rgb(226,223,206);
	background: -moz-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(226,223,206,1)),color-stop(100%,rgba(242,243,233,1)));
	background: -webkit-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -o-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -ms-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -webkit-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -moz-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -ms-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: -o-linear-gradient(top,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	background: linear-gradient(to bottom,rgba(226,223,206,1) 0%,rgba(242,243,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e2dfce',endColorstr='#f2f3e9',GradientType=0);
	cursor: default
 }

.toggle {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
	overflow: auto;
	height: 100%;
 }

	.toggle .legend {
		margin-left: 0px;
		margin-right: 5px !important;
	 }

	.toggle .switch {margin-left: 0px !important;}

div.switch.engaged {
	margin-right: 5px !important;
	margin-bottom: 5px !important;
 }

.interactive .source {
	display: block;
	color: rgb(136, 136, 136);
	font-size: 1.2rem;
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: normal;
	font-family: franklin-gothic-urw, ​Verdana, ​Geneva, ​sans-serif;
	line-height: normal;
 }
 .toggle {
	overflow: auto;
	height:100%;
	}
	.toggle .switch {
	overflow: auto;
	float: left;
	height: 100%;
	font-family:"franklin-gothic-urw",â€‹Verdana,â€‹Geneva,â€‹sans-serif;
	}
	.toggle .switch:nth-child(n+2)  {
	margin-left: 15px;
	}
	.toggle legend,
	.singular .content .toggle .legend {
	font-size: 10px;
	padding: 6px 0;
	float:left;
	margin-bottom:0;
	margin-right:20px;
	font-family:"franklin-gothic-urw",â€‹Verdana,â€‹Geneva,â€‹sans-serif;
	line-height:1;
	}
	.toggle input {
	margin-right:15px;
	}
	.has-js .toggle input {
	opacity:0;
	position:absolute;
	top:0;
	right:0;
	left:0;
	}
	button,
	a.button,
	.toggle label,
	.toggle a {
	white-space:nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #969696;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 10px;
	position: absolute;;
	border: 1px solid #AAAAAA;
	border-left: 0;
	float:left;
	position:relative;
	text-shadow: none;
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(243,243,243,1)), color-stop(51%, rgba(237,237,237,1)), color-stop(100%, rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
	}
	button,
	a.button {
	float:none;
	}
	button:active,
	a.button:active,
	.has-js .toggle .selected {
	color: #7C7668;
	-webkit-box-shadow: inset 1px 1px 2px 0 rgba(156,156,156,1);
	box-shadow: inset 1px 1px 2px 0 rgba(156,156,156,1);
	background: rgb(226,223,206); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(226,223,206,1)), color-stop(100%, rgba(242,243,233,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(226,223,206,1) 0%, rgba(242,243,233,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2dfce', endColorstr='#f2f3e9', GradientType=0 ); /* IE6-9 */
	cursor: default;
	}
	.has-js .toggle label.focused,
	.toggle :focus {
	color:#346EAD;
	}
	button,
	a.button,
	.toggle label:first-of-type,
	.toggle a:first-of-type,
	.toggle .first {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-left: 1px solid #AAAAAA;
	}
	button,
	a.button,
	.toggle label:last-of-type,
	.toggle a:last-of-type,
	.toggle .last {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	}
	 @media ( max-width:630px ) {
		.toggle {
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
		}
		.toggle label {
		float: none;
		display: block;
		width: auto;
		border-left: 1px solid #AAAAAA;
		border-top: 0;
		padding: 10px 12px;
		}
		.toggle label:first-of-type,
		.toggle label.first {
		border-top: 1px solid #AAAAAA;
		-webkit-border-top-right-radius: 4px;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-topright: 4px;
		-moz-border-radius-bottomleft: 0;
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
		}
		.toggle label:last-of-type,
		.toggle label.last {
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomleft: 4px;
		border-top-right-radius: 0;
		border-bottom-left-radius: 4px;
		}
	}
	
	/* Project colors used across the sites. */
	a.button.hispanic { 		color:#fff; background:#A55A26; }
	a.button.religion { 		color:#fff; background:#4FA9CE; }
	a.button.media-news,
	a.button.journalism { 		color:#fff; background:#833143; }
	a.button.internet-tech { 	color:#fff; background:#016699; }
	a.button.global { 			color:#fff; background:#949D48; }
	a.button.social-trends { 	color:#fff; background:#397668; }
	a.button.u-s-politics { 	color:#fff; background:#D1A730; }
	
	a.button.hispanic:hover { 		background:rgba(165,90,38,0.5); }
	a.button.religion:hover { 		background:rgba(79,169,206,0.5); }
	a.button.media-news:hover,
	a.button.journalism:hover { 	background:rgba(131,49,67,0.5); }
	a.button.internet-tech:hover { 	background:rgba(1,102,153,0.5); }
	a.button.global:hover { 		background:rgba(148,157,72,0.5); }
	a.button.social-trends:hover { 	background:rgba(57,118,104,0.5); }
	a.button.u-s-politics:hover { 	background:rgba(209,167,48,0.5); }