/* CSS Document */

body {visibility:hidden;}

.print {visibility:visible;

}

html>body .print{
 visibility:visible;
 margin: -300px 0 0 0;
  
}

