.no_print {
  width : auto;
  display : none;
  visibility : hidden;
  height : auto;
}

.print_only {
  width : auto;
  height : auto;
  visibility: visible;
  display : block;
}

html, body, p {
    font-size: 12px;
    line-height: 14px;
    font-family: 'titillium_regular',sans-serif;
}
