body {
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    margin-bottom: 70px;
}

/* Hide Confluence carryovers */
.page-metadata,
#breadcrumb-section,
#footer-logo {
    display: none;
}


h1,
h2,
h3 {
    color: #007AC3;
    margin-left: 30px;
    -webkit-margin-after: 0px;
}
h1 {
    font-size: 2em;
}
h2 {
    font-size: 1.5em;
}
h3{
    font-size: 1em;
    margin-left: 60px;
}
p,
ul {
    margin-left: 60px;
    -webkit-margin-before: 0px;
}
li::before {
    color: #007AC3;
}

#main-header {
    background-color: rgb(110, 187, 31);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding-bottom: 15px;
}
#content #main #main-header {
    color: red;
}
#main-content {
    margin-top: 90px;
    margin-bottom: 20px;
}
#title-heading {
    color: #fff;
}

/* .navbar {
    border: none;
    border-radius: 0;
    margin: 0;
    
} */
.wh_footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    color: #ffffff;
    background-color: #007ac3;
    display: block;
}
.draft-notice {
    font-family: "Calibri", sans-serif;
    float: right;
    padding: 25px;
}
