html {
    overflow: hidden;
    height: 100%;
}
body {
    padding: 0px 0px 96px 0px;
    height: 100%;
    box-sizing: border-box;
    font-size: 10pt;
}
header {
	height: 40px
}
footer {
    background-color: #72CEF2;
    padding: 9px 0 0 0;
    width: 100%;
    position: fixed;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
.botnav {
	bottom: 0; left: 0; 
    background-color: #72CEF2;
    width: 100%;
    position: fixed;
    text-align: center;
}
.botnav a {
  float: right;
  display: block;
  color: #333;
  text-align: center;
  padding: 8px 16px;
  font-size: 14pt;
  text-decoration: none;
}
.botnav a:hover { background-color: #92FEFF; color: #333; }
.topnav {
	top:0; left: 0; 
    background-color: #72CEF2;
    width: 100%;
    position: fixed;
    text-align: center;
}
.topnav a {
  float: left;
  display: block;
  color: #333;
  text-align: center;
  padding: 8px 16px;
  font-size: 14pt;
  text-decoration: none;
}
.topnav a:hover { background-color: #92FEFF; color: #333; }
.active { background-color: #4CAF50; color: white; }
.topnav .icon { display: none; }
 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
} 

footer { bottom:0; left:0; text-align: left }
div[role="main"] { overflow-y: scroll; height: 100%; }
section { margin: 0 auto; margin-left: 20px; }
h1 { margin-bottom: 0px }
.bold { font-weight: bold }
.busi_name { font-size: 16pt; font-weight: bold; }
.center { text-align: center }
.grey { color: #AAA }
.headrow { background-color: #DFDFDF }
.hidden { display: none }
.highlight { background-color: yellow }
.incexp { font-size: 14pt; font-weight: bold; }
.indent55 { padding: 55px }
.left { text-align: left }
.nounder { text-decoration: none }
.nowrap { white-space: nowrap }
.odd { background-color: #EEE }
.pointer { cursor: pointer; }
.px50 { width: 50px }
.padd5r { padding-right: 5px }
.padd20l { padding-left: 20px }
.padd20r { padding-right: 20px }
.red { background-color: red }
.redtext { color: red }
.right { text-align: right }
table thead th { text-align: left }
.top { vertical-align: top }
