
	#bar_chart {
    	width: 66%;
    	height: 300px;
		float: left;
    }

	#doughnut_chart {
    	width: 32%;
    	height: 300px;
		float: right;
    }

	.clear {

		clear: both;
		height: 1px;
		width: 100%;
	}

	.chart-container-influencer {

		margin: 30px 0px;
		height: auto;
	}

	.influencer_checked {

		background-color: #D3F7FA88 !important;
	}