html{
		background-color: white;
}

body {
	font-family: SourceSansPro-Regular, Arial, sans-serif;
	font-size:11pt;
	color:#231F20;
	fill:#AFBABF;
	background-color: white;
}	
/*header and other setup*/
section#ReutersGraphicsCharts{
	width:100%;
	margin: 0 auto 0 auto;
	position:relative;
	
}

section#ReutersGraphicsCharts #mainGraphic{

  padding-bottom: 40px;
  width:960px;
  margin: 50px auto 150px auto;
}



#fallback{
	margin:100px auto 100px auto;
	font-size: 20px;
	text-align: center;
	
}

/*size the hed and dek and tooltips*/	
section#ReutersGraphicsCharts .hed {
	font-size: 40pt;
	margin-bottom:13px;
	margin-top:10px;
	text-align: left; 
	font-family: SourceSansPro-Light, arial, sans-serif;
	}
section#ReutersGraphicsCharts .dek {
	font-size: 14pt;
	text-align: left;
	font-family: SourceSansPro-Light, arial, sans-serif;

	}	

section#ReutersGraphicsCharts section#overviewCharts .chart{
	display:inline-block;
	margin-top:30px;
	width:960px;
	height:450px;	
}
section#ReutersGraphicsCharts section#overviewCharts #overviewgraphic7, section#ReutersGraphicsCharts section#overviewCharts #overviewgraphic8{
	width:960px;
}

section#ReutersGraphicsCharts section#overviewCharts .labelBox{
	margin:0 0 -15px 0;
}

section#ReutersGraphicsCharts section#overviewCharts .chartLabel{
	display:inline-block;
	width:450px;
	font-size: 28px;
	font-family:SourceSansPro-Light, Arial, sans-serif;
	margin: 20px 0 -20px 0px;
}

section#ReutersGraphicsCharts section#overviewCharts .chartLabel p{
	font-size: 12pt;
	font-family:SourceSansPro-Light, Arial, sans-serif;
	line-height: 1.2;
}



	/*tooltips get centered*/
.tip1, .tip2, .tip3 {
	text-align: left;
	font-size: 10pt; 
}
.tip1 {
	font-family: SourceSansPro-Bold, Arial, sans-serif;
	font-size: 14pt;
	line-height: 1.1;
}


section#ReutersGraphicsCharts #source{
		font-size: 11pt;
		line-height: 1.2;
	font-family:SourceSansPro-Light, Arial, sans-serif;
}





