body,html{padding:0;margin:0;box-sizing:border-box;background-color:#aaa}#app,body,html{height:100%;width:100%}#app{font-family:Roboto,Avenir,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;color:#2c3e50;display:flex;overflow-x:hidden;flex-direction:column}#content{margin-bottom:80px}#chart{padding-bottom:40px}#footer{position:fixed;bottom:0;left:0;right:0;font-size:13px}.highlight{color:#2196f3;font-weight:600}input[type=checkbox].switch{font-size:11px;position:relative;appearance:none;-moz-appearance:none;-webkit-appearance:none;width:3.5em;height:2em;border-radius:2em;background-color:#eee;outline:none;cursor:pointer;transition:all .09s ease-in-out}input[type=checkbox].switch:checked{background-color:#2196f3}input[type=checkbox].switch:after{content:"";position:absolute;width:2em;height:2em;border-radius:2em;background-color:#222;transition:all .09s ease-in-out}input[type=checkbox].switch:checked:after{margin-left:1.5em;background-color:#222}input[type=checkbox].switch:active:after{transform:scale(.8)}a{color:#33a3ff;text-decoration:none;transition:all .2s ease-in-out}a:hover{color:#3b98e4}.lang-selection{position:absolute;top:24px;right:24px}