    .calc {
    	border-style: none; 
		background-color: #fae7b5; 
		color: black; 
		font-weight: bold; 
		text-align: center;
		padding-left: 2px;
    }

    .lineDash {
    	stroke-dasharray: 9, 5;
    }
    .arcDash {
    	stroke-dasharray: 1, 1;
    }
    .labelText {
    	font: 15px serif;
    }