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: 22px;
	font-weight: 700;
	line-height: 26px;

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

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


/*template styles*/
.gia-chart-wrapper {
	border-top: 2px solid #4bc6df;
	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;
}

/*chart styles*/
.row {
	width: 100%;
	clear: both;
	margin-bottom: 80px;
	height: 25px;
}

.row-label {
	width: 50px;
	height: 55px;
	float: left;
	margin-top: 3px;
}

.row-label p {
	margin: 0;
	padding-top: 3px;
}

.year-blocks {
	width: calc(100% - 50px);
	float: left;
	margin-bottom: 40px;
}

.year {
	width: calc(4.1% - 4px);
	height: 48px;
	float: left;
	border: 1px solid #ffffff;
}

.year p {
	font-size: 12px;
	text-align: center;
	color: #bdbdbd;
}

.block {
	width: calc(100% - 4px);
	height: 20px;
	margin: 1px 0 1px 1px;
	border: 1px solid #ffffff;
	z-index: -1;
}

#D {
	background-color: #005689;
}

#R {
	background-color: #d61d00;
}

#map-change {
	border: 2px solid #333333;
	z-index: 9999;
}

#no-change {
	border: 2px solid #ffffff;
	z-index: 9999;
}

#year-text {
	margin-top: 5px;
	text-align: center;
	border: none;
}

#highlight-year, #highlight-hide {
	font-weight: 700;
	color: #333333;
}

.Dkey {
	background-color: #005689;
	border: 2px solid #ffffff;
	height: 13px;
	width: 13px;
	float: left;
	margin-right: 30px;
}

.key {
	width: 100%;
	margin-bottom: 15px;
	float: left;
}

.key p {
	float: left;
	margin: 0 2px 0 0;
}

.control-key {
	display: inline-block;
}

.year-key {
	display: inline-block;
}

.Rkey {
	background-color: #d61d00;
	border: 2px solid #ffffff;
	height: 13px;
	width: 13px;
	float: left;
	margin-right: 30px;
}

.yearkey {
	border: 2px solid #333333;
	height: 12px;
	width: 12px;
	float: left;
}

.intro {
	margin: 8px 0 25px 0;
}

@media(max-width:590px) {
	#hide {
		display: none;
	}
}

@media(max-width:510px) {
	#highlight-year, #highlight-hide {
		text-align: left;
		margin-left: -1px;
	}
}

@media(max-width:430px) {
	#highlight-hide {
		display: none;
	}

	#highlight-year {
		text-align: left;
		margin-left: -3px;
	}

	#map-change, .yearkey {
		border: 1px solid #333333;
	}

	#no-change, .Dkey, .Rkey {
		border: 1px solid #ffffff;
	}

	.year {
		width: calc(4.1% - 2px);
	}
}

@media(max-width:330px) {
	#highlight-year {
		text-align: left;
		margin-left: -5px;
	}
}