article.report h2{
	font-size: 30px;
	margin-top: 50px;
}

article.report div.tab_content:first-child h2{
	margin-top: 30px;
}

article.report div.tab_content h3{
	font-size: 24px;
	margin-top: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	font-weight: bold;
	letter-spacing: -0.45px;
}

article.report div.tab_content h4,
article.report div.tab_content h5,
article.report div.tab_content h6{
	margin-top: 25px;
	font-weight: bold;
	line-height: 1.2em;
	color: #d6002a;
}

article.report div.tab_content h4{
	font-size: 22px;
}

article.report div.tab_content h5{
	font-size: 18px;
	margin-top: 20px;
}

article.report div.tab_content h6{
	font-size: 18px;
	margin-top: 20px;
	font-weight: normal;
}

article.report div.tab_content div.chart_container div.title{
	display: none;
}

article.report div.tab_content iframe{
	width: 100%;
	height: 500px;
}

@media (max-width: 1000px) {
	article.report div.tab_content iframe{
		height: 380px;
	}
}

@media (max-width: 790px) {
	article.report div.tab_content iframe{
		height: 250px;
	}
}















nav.report_sections{
	font-family: "Open Sans";
	font-size: 14px;
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

nav.report_sections a{
	text-decoration: none;
	color: #333;
	line-height: 1.2em;
}

nav.report_sections a:hover{
	text-decoration: underline;
}

nav.report_sections > ul > li:first-child{
	font-style: italic;
}

nav.report_sections > ul > li > a{
	font-weight: 600;
	font-size: 11px;
}

nav.report_sections ul ul a{
	font-size: 10px;
}

nav.report_sections li{
	margin-top: 5px;
}

nav.report_sections > ul > li:first-child{
	margin-top: 0px;
}

nav.report_sections ul ul{
	margin-left: 20px;
}

nav.report_sections li input{
	vertical-align: middle;
}

nav.report_sections div.filter_submit{
	text-align: center;
	margin-top: 10px;
}







div.report_sidebar{
	padding: 10px;
}

div.report_sidebar div.download{
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

div.report_sidebar div.download a{
	background-color: #00B140;
	font-family: "Open Sans";
	font-size: 14px;
	color: white;
	padding: 10px;
	display: block;
	text-decoration: none;
	font-weight: bold;
}

div.report_sidebar div.download a img{
	vertical-align: middle;
	width: 30px;
	margin-right: 5px;
}

div.report_sidebar div.download a:hover{
	background-color: #008c37;
}









div.report_sidebar div.translate{
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

div.report_sidebar div.translate a.goog-te-menu-value span:first-child{
	display: inline-block;
	width: 170px;
}







div.table_container{
	overflow: auto;
}

div.table_container input{
	border: 1px solid #ccc;
	font-size: 12px;
	padding: 5px;
	font-family: arial;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
}

div.sub_supplier_sourcing_container th,
div.sub_supplier_sourcing_container td{
	white-space: nowrap;
	overflow: hidden;
}







div.report_group_product{
	margin-top: 20px;
}

div.report_group_product label{
	font-size: 14px;
	font-weight: bold;
	margin-right: 5px;
}









div.report_last_tab_updated{
	color: #888;
	margin-top: 20px;
	font-family: Conv_Akk_Pro;
	font-size: 14px;
}

div.report_last_tab_updated span{
	font-weight: bold;
}