.cmd-afc-wrapper {
	width: 100%;
}

.cmd-afc-wrapper .inside {
    display: table;
    margin: 20px auto 0;
    padding: 0px;
    width: 100%;
}

.cmd-afc-wrapper h3.cmd-acf-heading {
	text-align: center;
}

.cmd-afc-wrapper .inside .small-box {
	width: 30%;
	float: left;
	margin: 0 5px 10px 5px;
	background: #fff;
	text-align: center;
	-moz-box-shadow: 0px 0px 7px 0px #BBB;
	-webkit-box-shadow: 0px 0px 7px 0px #BBB;
	box-shadow: 0px 0px 7px 0px #BBB;
}

.cmd-afc-wrapper .inside .small-box h3 {
	font-size: 0.8em;
	color: #777;
	padding: 0px 5px 0px 5px;
	margin: 0px 0px 0px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cmd-afc-wrapper .inside .small-box p {
	font-size: 1.2em;
	margin: 0px 0px 2px 0px;
}

.cmd-afc-wrapper .inside .donut-box {
	width: 45%;
	float: left;
	margin: 0 5px 10px 5px;
	background: #fff;
}

.cmd-afc-wrapper .inside .donut-box h3 {
	text-align: center;
}

.cmd-afc-wrapper .inside .donut-box .donut-chart, .cmd-afc-wrapper .inside .pie-chart {
	width: 100%;
}

.cmd-afc-wrapper #cmd-acf-linechart {
	width: 100%;
	max-height: 250px;
}


.cmd-afc-wrapper .chart-legend {
	float:right;
	position:relative;
	left:-50%;
	text-align:left;
}

.cmd-afc-wrapper .chart-legend ul {
	list-style:none;
	position:relative;
	left:50%;
	margin: 0;
}

.cmd-afc-wrapper .chart-legend li {
	float:left;
	position:relative;
	margin: 0 15px 15px 15px;
}

.cmd-afc-wrapper .chart-legend li span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 5px;
}

#dashboard-widgets .cmd-afc-wrapper .small-box h3 {
	font-size: 11px;
}


@media screen and (max-width: 410px) {
	.cmd-afc-wrapper .inside .small-box {
		width: 45%;
	}
	.cmd-afc-wrapper .inside .donut-box {
		width: 90%;
	}
}
