html * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

iframe {
    border: none;
}

.mainPageBody {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
    width: 100%;
    position: fixed;
    margin: 0;
}

.wikiContent {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid #292b2e;
}

.navigatorContainer {
    border-right: 1px solid #292b2e;
    box-sizing: border-box;
    display: block;
    width: 20%;
}

.fileContainer {
    width: 100%
}

.navigator {
    font-size: 15px;
    margin: 1em 0 0 1em;
}

.footer {
    margin: 8px;
}

.footer:empty {
    margin: 0;
}

#file {
    height: 100%;
    width: 100%;
}

.caret {
    font-weight: 600;
}

.link {
    color: rgb(129, 129, 253) !important;
    cursor: pointer;
    font-weight: 600;
}

.link:hover {
    color: rgb(0, 126, 255) !important;
}

.missingLink {
    color: rgb(253, 129, 129) !important;
    cursor: not-allowed;
    font-weight: 600;
}
