body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y:auto !important;
}

body, svg.highcharts-root g{
    font-family: futura-pt, Arial, Helvetica, sans-serif;
}

*{ box-sizing: border-box;}

.shell{
	height:100% !important;
	min-height: 100vh !important;
}

.shell__page__content {
   
    margin: 15px 20px;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}
