html,body{padding:0;margin:0;width:100%;height:100%}body,input,button{font-family:var(--font-family-normal);font-size:16px}*.mono{font-family:var(--font-family-mono)}*{box-sizing:border-box}form{width:100%}#app{width:100%;min-height:100%}a:link,a:active,a:visited,a:hover{color:inherit}.clickable{cursor:pointer}.disable-scroll{overflow:hidden}.capitalize{text-transform:capitalize}.flexForm{display:flex;flex-direction:column;justify-content:stretch;align-items:stretch;flex:1;overflow:hidden}@keyframes target{0%{outline-color:transparent;outline-width:2px;outline-offset:.25rem;outline-style:solid;-moz-outline-radius:.5rem;-webkit-outline-radius:.5rem}50%{outline-color:#ffdfc9}99%{outline-color:transparent;outline-offset:.5rem}to{outline:none}}@keyframes show{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse-loading{0%{background:#ddd}to{background:#eee}}
