body {-webkit-print-color-adjust: exact;}


html, body {
	padding: 0.5em;
	font-family: Arial, Helvetica, sans-serif;
}

table {
	min-width: 50%;
}

table td {
	padding: 0.25em 0.5em;
}

table thead td {
	background-color: #cccccc;
}

table tbody tr:nth-child(even) td {
    background-color: #dddddd;
}

table tbody tr.odd td {
    background-color: #ffffff;
}

table tbody tr.even td {
    background-color: #dddddd;
}

div.chartPane {
	page-break-inside: avoid;
	margin-top: 12px;
}

.right-text {
  text-align: right;
}

table { page-break-inside:auto }
tr, tr td    { page-break-inside:avoid !important; page-break-after:auto }

div.pageBreak {
    page-break-after: always;
}

table.freeTours th {
    text-align: left;
}
