#chart {
  height:   350px;
  position: relative;
  width:    100%;
}

#chart #chart-title {
  font-size:   18px;
  font-weight: bold;
  text-align:  center;
}

svg {
  font-weight:  bold;
  height:       100%;
  padding-top:  20px;
  width:        100%;
  overflow: visible !important;
}

path.slice {
  stroke-width: 2px;
}

polyline {
  opacity:      0.4;
  stroke:       #000;
  stroke-width: 1px;
  fill:         none;
}

svg text[text-anchor='middle'] {
  font-size: 22px;
}

@media (min-width: 960px) {
  svg {
    padding-left:25%;
  }
}