svg{
  background: ##FFFFFF;
  font-family: 'Titillium Web', sans-serif;
}

rect{
  /* fill: #4E79A7; */
}
text{
  font-family: 'Titillium Web', sans-serif;
  font-weight: 100;
}
plot{
  font-family: 'Titillium Web', sans-serif;

}

#charttitle{
    font-size: 18pt;
    font-weight: 100;
    text-decoration: underline;
    font-family: 'Titillium Web', sans-serif;

}
#legendtitle{
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;

}
#pieLegend{

  font-weight: 100;
  font-family: 'Titillium Web', sans-serif;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5px;
  width: 50%;

}
