﻿@media only screen {
/*  .header {height:auto;}
  #header_title {float:left;}
  #nav {float:left; width:100%; margin-top:6px;}*/
}
@media only screen and (max-width: 790px) {
/*  .header {height:auto;}
  #header_title {float:left;}
  #nav {float:left; margin-top:8px;position:static; right:0px;}*/
}
@media only screen and (max-width: 440px) {
/*  body {background-color: #fff; padding:10px; margin-top:-20px;}
  .outside_container {padding:0;}
  #header {height:38px;}
  .header {border-bottom: 0px none #fff;}
  #header_title {float:left; width:100%;overflow:visible;}
  .header_title {font-size: 20pt;}
  #nav {float:left; width:100%; margin-top:8px;position:static;overflow:visible;}
  .nav_button {font-size: 11pt; min-width:55px; padding: 3px 2px;}
  #content {margin-top:18px;}*/
}
@media print {
  /* print */
  .header {height:55px;}
  #header_title {float:left; width:300px;}
  .nav{display:none;}
}