body {
  font-family: Roboto, sans-serif;

}
#OrderReportContent {
  font-size: smaller;
}

a {
  text-decoration: none;
}

	.report-tbl1 {
	/* background-color: #48DAE3; */
  font-size: 8pt;
  width: 100%;
  /* text-decoration: underline; */
}
	.report-svg {
	/* background-color: #AAFFBF; */
  width: 30%;
}
	.report-svg svg {
	width: 200px;
	height: 260px;

}
	.report-tbl1 * td {
	vertical-align: top;
}