/**
* -------------------------------------
* Generic Print Styles
* -------------------------------------
*
* Hide various elements for printing
*/

.no_print{
  display: none!important;
}

.only_print{
  display: inherit!important;
}

.print_no_margin{
	margin:0!important;
}

.print_no_bg{
	background-image: none!important;
}

#content.print_no_margin{
	margin:0!important;
	background:none;
}

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

table, figure {
  page-break-inside: avoid;
}

/* Fix clipping in Firefox */
* {
overflow: visible !important;
}
div.xui_amchart {
	max-width:100%!important;
}