body.container {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 14px;
}
a {
    color: #097fd5;
}
table {
    font-size: small;
}
h1 {
    font-size: medium;
}
.leftnav {
    border-right: 1px solid rgb(222, 226, 230);
    min-height: 100%;
}
.nav-hidden ul {
    display: none;
}
.nav-menu {
    margin-left: 12px;
}
.navigation-heading {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.navigation-link {
    color: #666;
    font-size: 12px;
}
.link-primary {
    color: #097fd5;
    font-size: 12px;
}

.header {
    position: fixed;
    width: 100%;
    min-height: 50px;
    box-shadow: 0 1px 6px 1px rgb(0 0 0 / 10%);
    padding-top: 4px;
    padding-bottom: 4px;
    background-color: #fff;
}
.headerTitleWithLogo {
    color: #097fd5;
    display: inline;
    text-decoration: none;
    font-size: 1.25em;
}
.content {
    padding-top: 60px;
}
.header a,
.leftnav a {
    text-decoration: none;
}