body {
	font-family: 'Guardian Text Egyptian Web';
	font-size: 16px;
	line-height: 1.4;
	display: block;
	margin: 0;
	padding: 0;
	color: #333;
	-webkit-font-smoothing: antialiased;
}

a, a:link, a:visited {
	text-decoration: none;
	color: #005689;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, strong, b {
	font-family: 'Guardian Egyptian Web';
	font-weight: 500;
}

h3 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;

	margin: 0 25px -5px 0;
	padding: 10px 0 0 0;
}

h4 {
	font-weight: 700;
	margin: 10px 0 6px 0;
}

p {
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}


/*template styles*/
.gia-chart-wrapper {
	border-top: 2px solid #005689;
	max-width: 620px;
	margin: 0 auto;
}

.gia-source {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	color: #bdbdbd;
	padding: 3px 0;
	font-size: 12px;
	font-family: 'Guardian Text Sans Web',Arial,sans-serif;
	clear: both;
}

.intro {
	margin-bottom: 20px;
}

/*map styles */
.keyblock {
	float: left;
	margin: 0 20px 0 0;
}

.keyintro {
	vertical-align: middle;
}

.flipped_states {
	width: 100%;
}

th, td {
	text-align: left;
	font-size: 14px;
	font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
}

.state_name {
	width: 28%;
}

.year {
	width:12%;
	text-align: center;
}

.R_state_16, #R_state_16 {
	background-color: rgba(212,35,39,1);
}

.R_state_6-15, #R_state_6-15 {
	background-color: rgba(212,35,39,0.5);
}

.R_state_0-5, #R_state_0-5 {
	background-color: rgba(212,35,39,0.1);
}

.D_state_16, #D_state_16 {
	background-color: rgba(0,87,137,1.0);
}

.D_state_6-15, #D_state_6-15 {
	background-color: rgba(0,87,137,0.5);
}

.D_state_0-5, #D_state_0-5 {
	background-color: rgba(0,87,137,0.1);
}

.widelegend {
	clear:both;
}

.legendblock {
  	width:16.66%;
  	display:block;
  	float:left;
  	margin: 0 0px 20px 0;
}

.block {
  	width:100%;
  	height: 15px;
  	display:inline-block;
  	margin:0;
}

.blocktext {
	float:left;
	clear:both;
	width: 100%;
}

#legendtext {
	margin-top: -2px;
	text-align: center;
}

.pointer {
	vertical-align: middle;
	color: #bdbdbd;
}

.morerep, .moredem {
	float:right;
	font-weight: 700;
	margin: 0;
}

.moredem {
	float: left;
}

.morerep {
	float: right;
}

@media (max-width:400px) {
	th, td, #legendtext, .morerep, .moredem {
		font-size: 12px;
	}
}

@media (max-width:350px) {
	.state_name {
		width: 34%;
	}
	.year {
		width: 11%;
	}
}

