/* #result_figure  {
    position:relative;
    display: flex; 
 
    margin: 0 auto;
    justify-content:space-between; */
/* } */

  /* #result_figure {
    position: relative;
    display: flex;
    width: 30%;
    height: 10%;
    top: 30%;
    margin: 0 auto;
    justify-content: center;
  } */

  /* Chart responsive sizing */


  /* Small screens: stack vertically */

 #myChart {
  width: 300px;
  height: 100px;
 }
