@import url(css/bootstrap.css);
@import url(css/bootstrap-theme.min.css);
@import url(css/screen_v3.css);
@import url(css/screen-vintage.css);
@import url(css/style_002.css);

/* Print CSS Overrides for new V3 UI */
@media print {
  /* Hide top and side navigation */
  #header_content,
  #sidebar,
  #nav,
  #v4-topNav,
  #v4-leftNav { display: none; }
  /* Move content block back to left */
  div#content { margin: 0; }
  /* Override Bootstrap printing the link paths */
  a[href]:after {
    content: none !important;
  }
  input.button{
  	display:none;
  }
  #MWJminiwinMIN1,#MWJminiwinMAX1{
	display:none;
  }

  #wrapper {
      min-width: 0 !important;
  }
}