.chart-legend ul{
	list-style: none;
    margin: 0;
    padding: 0;
}
.chart-legend span {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin-right: 16px;
	margin-bottom: -2px;
}

.chart-legend li {
	font-size: 13px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-transform: uppercase;
}

canvas{
	max-width: 100%;
}
