/* Print layout */
#header { position: absolute; top: 0; left: 0; bottom: auto; right: 0; height: 5em;}
#sidebar { display: none; }
#content { position: absolute; top: 5em; left: 0; bottom: 0; right: 0;}
.tallheader #header { height: 13em; }
.tallheader #content { top: 13em; }

/* Shrunken header */
#header #callsign { font-size: 20.0pt; font-weight: bold; color: #BF0808; text-align: center; margin: 0;}
#header h1 { font-size: 18pt;  font-weight: bold; text-align: center; }
#header h2 { font-size: 16pt;  font-weight: bold; text-align: center; }
#header h3 { font-size: 14pt;  font-weight: bold; text-align: center; }

