@media only screen and (orientation: portrait) {

  .pshow {
    display               : table-cell;
  }

  .phide {
    display               : none;
  }

  #gridheader {
    font-size             : 16px;
  } 

  #gridheader .icon {
    padding-top           : 6px;
  } 
 
  #dashboard .header {
    font-size             : 14px;
    padding               : 4px 2px;
  }

  #dashboard .metaheader {
    font-size             : 14px;
    padding               : 4px 2px;
  }

  #dashboard .iconcell {
    width                 : 24px;
    height                : 24px;
  } 

  #dashboard img.icon { 
    width                 : 18px; 
    height                : 18px;
  }
    
  #dashboard .details {
    font-size             : 12px;
    padding               : 2px 2px 0px 2px;
  } 

  #dashboard .data {
    font-size             : 12px;
    padding               : 2px 2px 0px 2px;
  } 

  #dashboard th:nth-child(2), #dashboard td:nth-child(2) {
    position              : sticky;
    left                  : 0;
    top                   : 0;
    min-width             : 32px;
    max-width             : 32px;
    z-index               : 3;
  }

  #dashboard th:nth-child(3), #dashboard td:nth-child(3) {
    position              : sticky;
    left                  : 32px;
    top                   : 0;
    min-width             : 5px;
    max-width             : 5px;
    z-index               : 3;
  }

  #dashboard th:nth-child(4), #dashboard td:nth-child(4) {
    position              : sticky;
    left                  : 37px;
    top                   : 0;
    z-index               : 3;
  }

  #dashboard th:nth-child(5), #dashboard td:nth-child(5) {
    position              : sticky;
    left                  : auto;
    top                   : 0;
    min-width             : 5px;
    max-width             : 5px;
    z-index               : 3;
  }

  #form input, #form select
    font-size             : 15px;
  }

  #form .header {
    font-size             : 15px;
    padding               : 2px 4px 2px 2px; 
  }

  #form .data {
    font-size             : 13px;
    padding               : 2px 4px 2px 2px; 
  }
  
  #form th,  #form td { 
    padding               : 4px; 
    white-space           : nowrap; 
  }

}

