/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background-color: #454a58;
  overflow: hidden;
  margin: 0;
}

#chartdiv {
  width: 100%;
  height: 100vh;
  max-width:100%;
  background-color:#155384;
  /*background-color:#454a58;*/
}