<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


body {
    font-family: 'Garamond', 'Times New Roman', 'Verdana';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    color: #393747;

    margin-bottom: 100px;
  /*  background: url("/includes/images/line-pattern.png");
    background-repeat: repeat;
  */
}




.inside{
    margin: -50px 0px;
    padding-top: 3em;
    background-color: white;
}

#header{
    margin-bottom: 0px;
}

#charts{
    margin: 1em 0em;
}

.title{

    margin-bottom: 1em;

}

.nh-display{
    padding-bottom: 1em;
}

#main {
    background-size: 100%;
    background-repeat:no-repeat;
}


#statement{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */
    padding: 3em;
    margin-top: 10em;


}

#nh-frame{
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px; /* future proofing */

    padding: 3em;

    background-color: white;

}

.nh-border{
 /*   border-bottom: 1px dotted gray; */
    padding-bottom: 1em;
}

.nh-home h3 {
    font-weight: bold;
}

.nh-home em {
    font-size: smaller;
    margin-bottom: 2em;
}

.nh-ad{

}

.alert-success {
    color: black;
}

.alert-danger{
    color: black;
}


.nhd-data {
    background-color: white;
    color: black;
    padding: 1.5em;
}

.nav-white {
     color: white !important;
}
.nav-hidden {
    color: black !important;
}
.nav-hidden-list {
    color: #007bff !important;;
}

.nav-blue {
    color: blue;
}

.nhd-second-nav{
    position: fixed;
    top: 0px;
}
#nhd-local-nav {
    background-color: white;
    z-index: 1000;
    padding: 1em;

}
</pre></body></html>