html{overflow:hidden;width:100%}body,html{height:100%}body{margin:0}#root,.fill-parent{height:100%;width:100%}main{flex:1 1;overflow:scroll}.fill-parent-with-header{height:calc(100% - 64px);overflow:auto;width:100%}.center-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.center-text{text-align:center}.center-item{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.component-spacing{margin:50px}.pointer-cursor{cursor:pointer}.half-opacity{opacity:.5}.recharts-default-tooltip,svg{font-family:Roboto,Helvetica,Arial,sans-serif}.rotate{animation:rotation 10s linear infinite}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}a,a:visited{color:inherit}.table-header-arrow{opacity:.25}.table-header-arrow:hover{opacity:1}