@media all
{

	.table
	{

	}

	.table table
	{
		border-spacing: 0;
		border-collapse: collapse;
		margin: 0 auto;
		width: 90%;
	}

	.table table tr
	{

	}

	.table table tr th
	{
		background-color: #eaf1f9;
		border: 1px solid #c5e4f9;
		color: #464647;
		font-weight: bold;
		padding: 5px;
	}

	.table table tr td
	{
		border: 1px solid #dbdbdb;
		padding: 5px;
	}

	p.no_data
	{
		text-align: center;
	}

	p.source
	{
		text-align: right;
	}

	.tab-panel p.source
	{
		padding-right: 15px;
	}

	.chart_container
	{
		text-align: center;
		clear: both;
	}

	.tab-panel
	{
		padding-top: 15px;
		text-align: center;
		padding-bottom: 15px;
	}

	.tab-panel select
	{
		margin-right: 15px;
		float: right;
		margin-bottom: 5px;
	}

	.tab-panel p
	{
		clear:both;
	}

	.infographic
	{
		float: left;
		box-sizing: border-box;
		width: 30%;
		margin-right: 3%;
	}

	.infographic.last
	{
		margin-right: 0;
	}

	.sound_language_container
	{
		padding-bottom:10px;
	}

}



/****************************************************************/
/***********************Responsiveness***************************/
/****************************************************************/



@media all and (max-width:768px)
{



}


@media all and (max-width:600px)
{

	.infographic
	{
		width: 100%;
		float: none;
	}

}

@media all and (max-width:480px)
{



}

