#interactiveGraphic {
	width: 1024px;
	margin: 0px auto 100px auto;
	background: white;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #333;
}

#interactiveGraphic #int_header #int_image {
	background: url('http://i.cdn.turner.com/money/infographic/news/economy/us-versus-europe-economy/images/moneymatchup-header.jpg');
	background-repeat: none;
	width: 1024px;
	height: 468px;
}

#interactiveGraphic #int_header {
	position: relative;
}
#interactiveGraphic .int_titles {
	font-size: 36px;
	font-weight: bold;
	color: white;
	text-align: center;
	position: absolute;
	bottom: 18px;
}
#interactiveGraphic #int_header #left {
	width: 458px;
	left: 24px;
}
#interactiveGraphic #int_header #right {
	width: 457px;
	right: 27px;
}
#interactiveGraphic #int_content {
	width: 100%;
	margin-top: 50px;
}
#interactiveGraphic #int_content .int_block {
	height: 150px;
	position:relative;
}
#interactiveGraphic #int_content .int_divider {
	width: 1024px;
	height: 3px;
	background: #eee;
}
#interactiveGraphic #int_content .int_label {
	width: 185px;
	margin: 0px auto;
	padding: 10px 15px;
	background: #f9a364;
	color: white;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	margin-top: -20px;
}
#interactiveGraphic #int_content .int_txt {
	color: #4d4d4d;
	font-size: 25px;
}
#interactiveGraphic #int_content .img_no {
	width: 420px;
}
#interactiveGraphic #int_content .img_yes {
	width: 285px;
}
#interactiveGraphic #int_content .int_block .txt_one_line {
	margin-top: 35px;
}
#interactiveGraphic #int_content .int_block .txt_two_line {
	margin-top: 20px;
}
#interactiveGraphic #int_content .txt_left {
	float: left;
	text-align: center;
}
#interactiveGraphic #int_content .txt_right {
	float: right;
	text-align: center;
}
#interactiveGraphic #int_content .clear {
	clear: both;
}
#interactiveGraphic #int_content .img_left {
	float: left;
}
#interactiveGraphic #int_content .img_right {
	float: right;
}

#interactiveGraphic .label_left { font-size:12px;background:#4cad38;padding:5px;text-transform: uppercase;position:absolute;top:59px;left:0px;color:white;}
#interactiveGraphic .label_right { font-size:12px;background:#4cad38;padding:5px;text-transform: uppercase;position:absolute;top:59px;right:0px;color:white;}

@media (max-width: 900px) {
	#interactiveGraphic {
		max-width: 320px;
		width: 100%;
		margin: 0px auto;
	}

	#interactiveGraphic #int_header #int_image {
		background: url('http://i.cdn.turner.com/money/infographic/news/economy/us-versus-europe-economy/images/moneymatchup-header-mini.jpg');
		background-repeat: none;
		width: 320px;
		height: 251px;
	}

	#interactiveGraphic #int_header {
		position: relative;
	}
	#interactiveGraphic .int_titles {
		font-size: 17px;
		font-weight: bold;
		color: white;
		text-align: center;
		position: absolute;
		bottom: 5px;
	}
	#interactiveGraphic #int_header #left {
		width: 160px;
		left: 0px;
	}
	#interactiveGraphic #int_header #right {
		width: 160px;
		right: 0px;
	}

	#interactiveGraphic #int_content {
		width: 100%;
		margin-top: 50px;
	}
	#interactiveGraphic #int_content .int_block {
		height: 160px;
	}
	#interactiveGraphic #int_content .int_divider {
		width: 320px;
		height: 3px;
		background: #eee;
	}
	#interactiveGraphic #int_content .int_label {
		width: 185px;
		margin: 0px auto;
		padding: 5px 10px;
		background: #f9a364;
		color: white;
		font-size: 14px;
		text-transform: uppercase;
		letter-spacing: 1px;
		text-align: center;
		margin-top: -15px;
	}
	#interactiveGraphic #int_content .int_txt {
		color: #4d4d4d;
		font-size: 17px;
	}
	#interactiveGraphic #int_content .img_no {
		width: 320px;
	}
	#interactiveGraphic #int_content .img_yes {
		width: 320px;
	}
	#interactiveGraphic #int_content .int_block .txt_one_line {
		margin-top: 25px;
	}
	#interactiveGraphic #int_content .int_block .txt_two_line {
		margin-top: 10px;
	}
	#interactiveGraphic #int_content .txt_left {
		float: left;
		text-align: left;
	}
	#interactiveGraphic #int_content .txt_right {
		float: right;
		text-align: right;
		border-top: 1px dotted #ddd;
		padding-top: 20px;
	}
	#interactiveGraphic #int_content .clear {
		clear: both;
	}
	#interactiveGraphic #int_content .int_img {
		display: none;
	}
	#interactiveGraphic .label_left { display:none;}
	#interactiveGraphic .label_right { display: none}
}