/*this set of styles will only be applied to a screen - not to printing*/

/*this is here to resolve the ie9 printing issue not showing up the correct height*/
.main-container {
   /* i found this width to work with a 960x600 screen */
   width: 940px;
 }


/* This is for a larger screen */
.main-container-wide {

  width: 1200px;
}

/*strange thing happening in ie9 where the approved vendor print mode squishes everything up
  vertically when this width is on this particular textarea in the form. moved it out so that
  the print will not pick it up...
*/
/*#po-comments {*/
  /*width: 890px;*/
  /*max-width: 890px;*/
  /*min-height: 60px;*/
  /*height: auto;*/
  /*height: 60px;*/
  /*resize: none;*/
/*}*/