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;
  margin: 0;
  padding-top: 5rem;
}
.starter-template {
  padding: 3rem 1.5rem;
  text-align: center;
}

/*grid configs*/
.grid .tick {
    stroke: lightgrey;
    opacity: 0.7;
}
.grid path {
      stroke-width: 0;
}

div#chartdiv {
  width: 100%;
  height: 800px;
  background: #ffffff;
  box-shadow: 0px 0px 0px rgba(0,0,0,.5);
  font: 20px sans-serif;
  text-align: center;
  margin: -10px auto 10px auto;
  padding: 10px;
}
