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;
	margin: 10px 0 10px 0;
}


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

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

.gia-chart {
	clear:both;
}

.keyBlock {
	float: left;
}

.keyBlock:first-of-type {
	margin-right: 40px;
}

.keyBlock p {
	float: left;
}

.dot {
	width:10px;
	height:10px;
	margin:13px 5px 0 0;
	border-radius: 50%;
	background-color: #ffbf63;
	float: left;
}

.line {
	width: 15px;
	border-top: 2px solid #ff9b0b;
	float: left;
	margin:16px 5px 0 0;
}

/*ai2html styles*/
#g-UndecidedVoters {
	max-width:620px;
}

.g-artboard {
	margin:0 auto;
}

.g-aiPstyle0 {
		font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
		font-size: 12px;
		line-height: 4px;
		text-align: left;
		color: #767676;
		}
		
		.g-aiPstyle1 {
		font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
		font-size: 12px;
		line-height: 4px;
		text-align: center;
		color: #767676;
		}
		
		.g-aiPstyle2 {
		font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
		font-size: 14px;
		font-weight: 700;
		line-height: 17px;
		text-align: right;
		color: #333333;
		}
		
		.g-aiPstyle3 {
		font-family: 'Guardian Text Sans Web', Helvetica, sans-serif;
		font-size: 14px;
		line-height: 17px;
		text-align: center;
		color: #a6a8ab;
		}
		
		#g-UndecidedVoters-medium {
		visibility: hidden;
		display: none;
		}
		
		#g-UndecidedVoters-large {
		visibility: visible;
		display: block;
		}
			
		#g-UndecidedVoters-small {
		visibility: hidden;
		display:none;
		}

		#g-UndecidedVoters-xsmall {
		visibility: hidden;
		display:none;
		}
		
		@media (max-width:500px) {
		#g-UndecidedVoters-medium {
		visibility: visible;
		display: block;
		}
		
		#g-UndecidedVoters-large {
		visibility: hidden;
		display: none;
		}
			
		#g-UndecidedVoters-small {
		visibility: hidden;
		display:none;
		}	

		#g-UndecidedVoters-xsmall {
		visibility: hidden;
		display:none;
		}
		}
		
		@media (max-width:400px) {
		#g-UndecidedVoters-medium {
		visibility: hidden;
		display: none;
		}
		
		#g-UndecidedVoters-large {
		visibility: hidden;
		display: none;
		}
		
		#g-UndecidedVoters-small {
		visibility: visible;
		display: block;
		}	
		}

		@media (max-width:350px) {
		#g-UndecidedVoters-medium {
		visibility: hidden;
		display: none;
		}
		
		#g-UndecidedVoters-large {
		visibility: hidden;
		display: none;
		}
		
		#g-UndecidedVoters-small {
		visibility: hidden;
		display: none;
		}

		#g-UndecidedVoters-xsmall {
		visibility: visible;
		display: block;
		}	
		}

		#g-UndecidedVoters-large, #g-UndecidedVoters-medium, #g-UndecidedVoters-small, #g-UndecidedVoters-xsmall{
				position:relative;
				overflow:hidden;
			}
			.g-aiAbs{
				position:absolute;
			}
			.g-aiImg{
				display:block;
				width:100% !important;
			}

			.g-aiPtransformed p { white-space: nowrap; }