/*
.ce_lmf_chart {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
*/
.ce_lmf_chart {
	width: 100%;
	display: block;
	position: relative;
}
.ce_lmf_chart_legend,
.ce_lmf_chart_title{
	padding-bottom: 2em;
}
.ce_lmf_canvas {
	width: 500px;
	height: 500px;
	margin-left: 0;
}
.ce_lmf_chart > div {
	font-size: 1.6rem;
}
.ce_lmf_chart_legend ul {
	margin: 20px 0;
	padding: 0;
	list-style-type: none;
}
.chart_legend_color {
	width: 30px;
	height: 10px;
	margin: 0 10px 0 0;
	display: inline-block;
}
.pie-legend li {
	font-size: 1.8rem;
}
.ce_lmf_chart_title {
	font-size: 2.2rem;
	font-weight: 500;
}
.pie-numbers{
	font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
	.ce_lmf_chart{
		display: block;
		width: 100%;
	}
	
}