/*PRINT LAYOUT STYLE*/
body {
  color : #000000;
  background : #ffffff;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12pt;
}

/*Remove all floats in divs*/
div {float: none !important;}

h1, h2, h3 {page-break-after:avoid;}

#logo {display: none;}
#print_wrapper {display: block;}
#notify_form_wrapper, p.paragraphSmallMargin, .cssFormSubmitButton, .cssFormElement {display: none;}


