#sdact-column-chart-container {
  width: 100%;
  min-height: 500px;
  /* Use min-height to be safe */
  display: block;
}


#sdact-chart-pie-echart-container {
  position: relative;
  height: 471px;
  overflow: hidden;
}

#sdact-moving-bullets-controls {
  text-align: center;
  margin-bottom: 20px;
}

#sdact-moving-bullets-container {
  width:100%;
  min-height:500px;
}

#sdact-clustered-chart-container {
  width: 100%;
  min-height: 500px;
  /* Use min-height to be safe */
  display: block;
}
