<style>
          body { padding: 0px 10px;}
          .header {  background-color: white;  text-align: LEFT;}
          #navbar {  overflow: hidden;  background-color: white;  padding:  0px; font-size: 1px; }
          #navbar a {  float: left;  display: block;  color: WHITE;  text-align: LEFT; padding: 0px 0px;  text-decoration: none;  font-size: 12px;}
          #navbar a:hover {  background-color: white;  color: black;}
          #navbar a.active {  background-color: white;  color: black;}
          .content {  padding: 0px; }
          .sticky {  position: fixed;  bottom: 0;  width: 100%;}
          .sticky + .content {  padding-bottom: 0px;}
</style>
