body
{
    margin:0;
    width: clamp(66rem,
        calc(66rem + (100vw - var(--fluid-onset)) * 0.5), 82.5rem);
}

body.html-ltr,
body.html-rtl
{
    margin-inline: 0.3125rem;
}
h1
{
    font-size: var(--font-size-6);
}
h2
{
   font-size: var(--font-size-5);
}
h3
{
   font-size: var(--font-size-4);
}
.outline
{
    color: var(--gray-100);
    text-shadow:
        -1px -1px 0 black,
        1px -1px 0 black,
        -1px 1px 0 black,
        1px 1px 0 black;
}
a.outline
{
    color: var(--gray-100);
    text-shadow:
        -1px -1px 0 blue,
        1px -1px 0 blue,
        -1px 1px 0 blue,
        1px 1px 0 blue;
    text-decoration:none;
}
a.outline:hover
{
    text-decoration:underline;
}
.title-stack
{
    inset-inline-start: 12.5rem;
    position: absolute;
    top: 0;
}
.title-stack h1
{
    font-size:30pt;
}

.small-margin-current-activity
{
    background-color: var(--gray-100);
    border:1px solid black;
    border-radius: 16px;
    line-height: 1.6;
    margin-inline: 1.5rem;
    max-width:66rem;
    min-height:36rem;
    min-width:54rem;
    padding: 0.5rem;
    position:relative;
    top: -0.5rem;
    width:90%;
}
.small-margin-current-activity > div,
.small-margin-current-activity > div:first-child > div
{
    margin-bottom: 1.5rem;
}
.current-activity-footer
{
    background: var(--gray-100);
    color: black;
    font-size: var(--font-size-4);
    margin: 0.3125rem auto 0.3125rem auto;
    position: unset;
    text-align: center;
    width: clamp(24rem,
        calc(24rem + (100vw - var(--fluid-onset)) * 0.5), 30rem);
}
.nav
{
    border:1px solid black;
    border-radius: 7px;
    background-color: var(--gray-80);
    height: 2.1875rem;
    inset-inline-start: 12.5rem;
    position:relative;
    top: -3.125rem;
    width: calc(90% - 10.5rem);
}
.nav ul
{
    background-color: var(--gray-80);
    font-size: var(--font-size-4);
    position:relative;
    top: 3px;
}
.nav li:first-child,
.nav li
{
    border: none;
}

.html-ltr .download,
.html-rtl .download
{
    font-size: var(--font-size-4);
    position:relative;
    top:3rem;
}

.download .logo
{
    text-align:center;
}
.download input
{
    font-size: var(--font-size-4);
    position: relative;
    top: 2px;
}
.download button
{
    font-size: var(--font-size-6);
}

.download object
{
    width: clamp(48rem,
        calc(48rem + (100vw - var(--fluid-onset)) * 0.5), 60rem);
    min-width: 36rem;
    height:12rem;
}

.html-ltr .download span,
.html-rtl .download span
{
    position: relative;
    top: -2.4rem;
}
.html-ltr .download table,
.html-rtl .download table
{
    position:relative;
    padding: 1.8rem;
    margin:auto;
    width: clamp(48rem,
        calc(48rem + (100vw - var(--fluid-onset)) * 0.5), 60rem);
    font-size: var(--font-size-4);
    background-color: var(--gray-100);
    border: 1px solid black;
    border-radius: 8px;
}

.html-ltr .download td,
.html-rtl .download td
{
    padding: 0.3rem;
}
.logo
{
    position:relative;
    top: -2.4rem;
}
.logo img
{
    position:relative;
    top: 1.2rem;
    inset-inline: 0.6rem;
    width:9rem;
}

.shorttextarea
{
    width:100%;
    height:6rem;
}
.docs img
{
    border:1px solid gray;
    max-width:90%;
}
.nav .search-box
{
    border: 0;
    border-radius:0;
    padding: 3px;
    margin:0;
}
.search-box-inner
{
    padding: 1px;
}
.small-search-box
{
    margin:0;
    position:relative;
    top:0.12rem;
    width:16.8rem;
}
.small-search-box .search-input
{
    font-size: var(--font-size-4);
    width:11.7rem;
}
.search-input
{
    height:1.2rem;
    font-size: 1.2rem!important;
    padding: 2px!important;
    position: relative!important;
    margin: 0!important;
    top: -1px!important;
}
.search-reset-button
{
    font-size: var(--font-size-4);
    margin-inline-end: 0.3125rem;
}
.search-button
{
    font-size: var(--font-size-4);
    height:1.74rem;
    margin: 0;
    padding: 0;
}
@media (max-width: 600px)
{
    body
    {
        width: auto;
    }
    .title-stack
    {
        inset-inline-start: 3.4375rem;
        position: absolute;
        top: -0.625rem;
    }
    .title-stack h1
    {
        font-size: var(--font-size-1);
    }
    .nav
    {
        position:relative;
        top:-1.875rem;
        inset-inline-start: 3.4375rem;
        padding:0;
        margin:0;
        width: calc(100% - 3.75rem);
    }
    .nav ul
    {
        margin: 0;
        padding-inline-start: 0;
        position: unset;
    }
    .nav ul li
    {
        border: 0;
        font-size: 8pt;
    }
    .small-margin-current-activity
    {
        position:relative;
        top:-0.625rem;
        width: calc(100% - 0.75rem);
        min-width: 0;
        min-height:12.5rem;
        margin-inline: 0.1875rem;
    }
    .search-box
    {
        min-width:0;
    }
    .search-box input
    {
        min-width:0;
    }
    .download
    {
        width:20rem;
    }
    .download button
    {
        font-size: var(--font-size-4);
    }
    .download h1
    {
        font-size: var(--font-size-4);
    }
    .html-ltr .download table,
    .html-rtl .download table
    {
        padding:0.1875rem;
        width:20rem;
        font-size: var(--font-size-1);
    }
    .logo
    {
        position:unset;
        top: unset;
    }
    .logo img
    {
        inset-inline: -0.3125rem;
        position:relative;
        top: 0.3125rem;
        width: 3.125rem;
    }
    .landing-logo img
    {
        width: 3.125rem;
    }
    .admin-heading img
    {
        inset-inline: 5rem;
        position: relative;
        top: 1.875rem;
        width: 3.125rem;
    }
}