body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #ffffff;
  font-size:10px;
  //overflow: hidden;
  margin: 0;
}

#chartdiv {
  width: 100%;
  max-height: 400px;
  height: 30vh;
  position:relative;
  margin-left:0px;
}

#chartdivMonths {
  width: 100%;
  max-height: 400px;
  height: 30vh;
  position:relative;
  margin-left:0px;
}
