body, tbody, thead {
	font-family: 'Roboto', sans-serif;
	margin: 1rem 4rem;
}
div.myDiv {
  border: 5px outset red;
  background-color: lightblue;
  text-align: center;
}
table.pv-report {
	min-width: 60%;
}

table.pv-report tbody tr:nth-child(even) {background: #eee}
table.pv-report tbody tr:nth-child(odd) {background: #FFF}

thead {
	font-weight: bold;
}

table.pv-report td {
	padding: 0.25rem;
}

table.pv-report td:nth-child(4),
table.pv-report td:nth-child(5),
table.pv-report td:nth-child(6) {
	text-align: right;
}

tr.totals-row {
	border-top: 2px solid #000;
	font-weight: 600;
}