/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/

/**
 * This file should be included on websites so that the rendered charts looked better.
 */

@media screen and (max-width: 800px) {
div.chartjs {
margin-left:0%;
margin-right:0%;
text-align:center
}
}


div.chartjs {
/*margin-left:15%;
margin-right:15%;
text-align:center;*/

margin:0;
}


div.chartjs canvas, div.chartjs div.chartjs-legend {
	display:inline-block;text-align:left;
}
div.chartjs div.chartjs-legend span {
	display: inline-block;
	width:20px;
	height:20px;
	margin-right:10px;
	margin-bottom:2px;
}
div.chartjs div.chartjs-legend ul {
	list-style-type:none;
}
div.chartjs div.chartjs-legend li {
	margin-top:10px;
}