.canvas-wrapper{

}
.rightCanvas{
	float: right;
}
.leftCanvas{
	float: left;
}
.block-mydoughnut{
	display: inline-block;
	position: relative;
}
.block-mydoughnut:before{
	content: "";
	position: absolute;
	width: 162px;
	height: 162px;
	background: #fff;
	top: 50%;
	left: 50%;
	display: block;
	margin-left: -82px;
	margin-top: -81px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 1;
}
.block-mydoughnut:after{
	content: "";
	position: absolute;
	width: 90px;
	height: 90px;
	background: #ebebeb;
	top: 50%;
	left: 50%;
	display: block;
	margin-left: -46px;
	margin-top: -45px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 2;
}
.block-mydoughnut .canvas-wrapper .canvas-inner{
	position: relative;
	z-index: 3;
}