html{overflow:hidden}.componentLayout{display:flex;flex-direction:column;height:-webkit-fill-available}.componentheader{display:flex;flex-direction:row;-moz-column-gap:1em;column-gap:1em;align-items:center;background-color:#fff;padding:1em;position:sticky;top:0}.componentContent{flex-grow:1;overflow:auto;height:100vh}.componentFooter{position:fixed;bottom:0;width:95%}#footerbutton{width:100%;border-bottom:20px;border:none;border-radius:5px;padding:1em}@media only screen and (min-width:700px){.componentFooter{position:fixed;bottom:0;display:flex;width:100%}#footerbutton{width:30%;border-bottom:20px;border:none;border-radius:5px;padding:1em;margin:auto}.componentContent{flex-grow:1;overflow:auto;height:100vh;margin:10px auto auto;width:70%;overflow-x:hidden}}