<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.demo_container { width:100%; margin:0 auto; }
#demo_top_wrapper { margin:0 0 20px 0; }
#demo_top { height:100px; padding:20px 0 0 0; }

#sticky_navigation_wrapper { width:100%; height:50px; align:center;}
#sticky_navigation ul { list-style:none; margin:0; padding:1px; align:center; }
#sticky_navigation ul li { margin:0; padding:0; display:inline; align:center; }
#sticky_navigation ul li a { display:block; float:left; align:center; margin:0 0 0 1px; padding:0 5px; height:40px; line-height:40px; font-size:1em; font-family:Arial, serif; color:#ddd; background:#333; -moz-border-radius:1px; -webkit-border-radius:1px; border-radius:1px; }
#sticky_navigation ul li a:hover, #sticky_navigation ul li a.selected { color:#fff; background:#111; }
nav[role="select"] {
  &gt; select {
    display:none;  
  }
}
@media screen and (max-width: 44em) {
  nav[role="select"] {
    ul {
      display: none;
    }

    select {
      display: block;
      width: 100%;
    }

    &amp;:after {
      position: absolute;
      content: "Menu";
      right: 0;
      bottom: -1em;
    }
  }
}


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