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: 30px;

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

h5 {
	font-family: 'Guardian Egyptian Web', Georgia;
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	float:left;
}

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;
}

/*map styles */
.states {
 	fill: #e2e2e2;
  	stroke: #ffffff;
  	stroke-linejoin: round;
}

.intro {
	margin-bottom: 0px;
}

.outline {
	stroke: #333333;
	stroke-width: 1.5px;
	fill: none;
}

@media (max-width: 500px) {
	.FL-tspan-state, .FL-tspan-num, .NV-tspan-state, .NV-tspan-num, .AZ-tspan-state, .AZ-tspan-num {
		font-size: 12px;
	}
}

@media (max-width: 350px) {
	.legendtext {
		font-size: 12px;
	}


	.FL-label, .NV-label, .AZ-label, .outline {
		display:none;
	}
}

/*table styles*/
.candidate {
	width: calc(50% - 15px);
	float: left;
}

.candidate:first-of-type {
	margin-right: 15px;
}

.candidate:last-of-type {
	margin-left: 15px;
}

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

.topHead {
	font-weight: 700;
}

table, tbody, tr {
	margin: 0 0 20px 0;
	padding: 0;
	border-collapse: collapse;
	width: 100%;
}

tr, td {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	padding-top: 5px;
	font-size: 13px;
}

.clintonDot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #005689;
	display: inline-block;
	float: left;
	margin: 5px 0 0 5px;
}

.trumpDot {
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background-color: #d61d00;
	display: inline-block;
	float: left;
	margin: 5px 0 0 5px;
}

.rightNum {
	width: 20%;
}

@media(max-width:350px) {
	tr, td {
		font-size: 12px;
	}

	.candidate:first-of-type {
		margin-right: 10px;
	}

	.candidate {
		width: calc(50% - 10px);
	}

	.candidate:last-of-type {
		margin-left: 10px;
	}
}





