@charset "UTF-8";

html, body {
	font-family: Arial, sans-serif;
	-webkit-print-color-adjust: exact;
	background: white;
} 

/* Headings */
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }

code { font: 12pt Courier, monospace; } 
blockquote { margin: 1.2em; padding: 1em;  font-size: 12pt; }
hr { background-color: #ccc; }

/* Images */
img { max-width: 100% !important; }
a img { border: none; }

.filters .pull-right, [rel='tooltip'], .bills .overlap:before{
	display: none;
}

img,tr {page-break-inside: avoid;} 

table thead, table tbody, table tr, table th, table td{
	page-break-inside: avoid;
}