
svg {
    background-color: lemonchiffon;
    border: solid;
    border-width: 3px;
}

/*Donut Chart Styles*/
.arc path {
    stroke: #000;
}

.pie_OuterLabel {
    fill: #393B79;
    font-size: 10px;
    text-anchor: middle;
}

.pie_InnerLabel {
    fill: black;
    font-size: small;
}
