.donutRow
{
	height: 200px;
	max-height: 200px;   
}

.donutCell
{
    position: relative;
	text-align: center;    
}

.donutDiv
{
	width: 200px;
    height: 200px;
}

.centerLabel
{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}