.pie-chart-box-left {
  width: 600px; /*380px;*/
  margin-left:auto; 
  margin-right:20px;
}

.pie-chart-box-right {
  width: 600px; /*380px;*/
  margin-left:20px; 
  margin-right:auto;
}

.pie-chart {
  background-color: #ffffff;
  border: 3px dotted #dddddd;
  font: 10px sans-serif;
  height: 325px; /*280px;*/
  text-shadow: none;
  width: 600px; /*380px;*/
}
.pie-chart .total{
  font-size: 18px;
  font-weight: bold;
}
.pie-chart .units{
  fill: gray;
  font-size: 12px;
}
.pie-chart .label{
  fill: #CCC;
  font-size: 12px;
  font-weight: bold;
}
.pie-chart .value{
  font-size: 12px;
  font-weight: bold;
}

