:root{--theme-color:#00b199;--theme-color-light:#cef9f5;--nav-height:4rem;--content-padding:4rem}@media screen and (orientation:landscape){:root{--content-padding:4rem}}@media screen and (orientation:portrait){:root{--content-padding:2rem}}*{margin:0;padding:0;--scrollbarBG:var(--background-color);--thumbBG:var(--theme-color);--foreground-text:var(--theme-color);--background-color:#f9f9f6;--scrollbar-width:thin;--scrollbar-color:var(--scrollbarBG) var(--thumbBG);font-family:Montserrat,sans-serif;line-height:1.3}body,html{min-height:100%!important;height:100%;width:100%;overflow:auto;color:var(--foreground-text)}body::-webkit-scrollbar{width:6px}body::-webkit-scrollbar-track{background:var(--scrollbarBG)}.body::-webkit-scrollbar-thumb{background-color:var(--thumbBG);border-radius:3px;border:3px solid var(--thumbBG)}nav{position:absolute;top:0;width:100%;height:var(--nav-height);background-color:var(--theme-color)}footer{width:100%;height:4rem;background-color:var(--theme-color-light)}.logo,content{position:absolute;left:var(--content-padding)}content,footer,nav{display:block}content{top:var(--nav-height);padding:1rem}.logo{top:.5rem;z-index:10;padding-left:10px;display:inline-block}.logo-nav{display:block;height:calc(var(--nav-height) - 1rem)}.oh-hai{cursor:pointer;align-self:flex-end;margin-left:auto;padding-right:1rem;text-align:right}.oh-access{cursor:pointer;align-self:flex-start;padding-left:1rem}.link-cotainer{position:absolute;bottom:5%;display:flex;flex-direction:row;width:100%}a{color:var(--theme-color);text-decoration:underline;text-underline-offset:.2rem}.banner{display:block;max-height:50%;margin-top:10%;margin-left:auto;margin-right:auto}.table-mandatory{padding-top:1rem;border-collapse:separate;border-spacing:0 1rem}.table-mandatory th{text-align:left;vertical-align:top;padding-right:2rem;width:30%}.th-sub{padding-left:1rem}.pre-wrap,.table-mandatory td{padding-right:2rem;width:fit-content;white-space:pre-wrap}.no-padding{padding-left:0!important;white-space:normal!important}h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;margin-top:.5rem}ul{margin-left:2rem}
