<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

html {}
    
body {
    /* font-family: "Input Mono Narrow"; */
}

@font-face {
    /* font-family: 'Input Mono Narrow'; */
    font-style: normal;
    font-wieght: 400;
    src: url(/fonts/Input_Mono_Narrow_Regular.woff) format('woff');
}

@font-face {
  /* font-family: 'Input Mono Narrow', 'Material Icons'; */
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material-icons/iconfont/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.woff2) format('woff2'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.woff) format('woff'),
       url(/assets/material-icons/iconfont/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
}

.site {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.wrapper {
  flex: 1;
}

.nav-style {
    background-color: #f0f0f0;
}

a.navbar-item:hover, a.navbar-item:visited, a.navbar-item:active, a.navbar-item:link {
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: none; /* eliminates the outline */
}

a.navbar-item:hover, a.navbar-item:active {

}

.navbar-item, .navbar-link {
    color: #000;
    border: none;
}

.navbar-item:hover, .navbar-link:hover {
    color: #003300;
}

a.navbar-item {
    background: #f0f0f0;
    color: blue;
}


a.navbar-item.is-active, a.navbar-item.is-active:not(:focus):not(:hover) {
    background: #f0f0f0;
    color: blue;
}

a.navbar-item:visited, a.navbar-link:visited {
    /* background: #000; */
    /* color: green; */
}
 
a.navbar-item:hover {
    background: #f0f0f0;
    color: orange;
}




.modal-content {
    background: #fff;
    z-index: 100;
    margin: auto;
    position: absolute;
    top: 150px;
    width: 50%;
    left: 0;
    right: 0;
}

.modal-header {
    padding: 10px;
    width:100%;
    background: #f0f0f0;
}

.modal-body {
    padding: 10px;
    min-height: 200px;
}

.modal-footer {
    padding: 10px;
    width: 100%;
    background: #f0f0f0;
}

.modal-backdrop {
    z-index: 1;
}


.footer, .footer strong, .footer a {
    color: #000;
    background: #f0f0f0;
    height: 50px;
}

a.navbar-item.logo {
    color: blue;
}
</pre></body></html>