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;
  overflow: hidden;
  margin: 0;
}

#chartdiv {
  width: 100%;
  max-height: 600px;
  height: 100vh;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
}

#chartdiv {
	width: 100%;
	height: 100%;
}


body {
  font-family: Verdana;
  font-size: 12px;
  padding: 10px;
}

#chartdiv,
#chartwrapper,
#loader {
  width: 100%;
  height: 500px;
  position: relative;
}

#loader {
  display: none;
  position: absolute;
  top: 50%;
  height: 30px;
  margin-top: -15px;
  font-size: 18px;
  text-align: center;
}

#chartwrapper.loading #chartdiv {
  opacity: 0.3;
}

#chartwrapper.loading #loader {
  display: block;

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#chartdiv {
  width: 100%;
  height: 250px;
}
