﻿.main-layout-height {
    height: 100vh !important;
}

.document-content p {
    margin-bottom: 1rem;
}

.document-content ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

a {
    color: #0078d4;
    text-decoration: none;
    background-color: transparent;
}

.a:hover {
    color: #0078d4;
    text-decoration: underline;
}

.mud-appbar .mud-toolbar-appbar {
    height: 90px !important;
}
