.license_page {
	background: white;
	display: block;
	box-shadow: 0 0 0.5cm rgba(0, 0, 0, 0.5);
	margin: 0 auto 0.5cm;

	background-size: 100%;
	background-repeat: no-repeat, repeat;
	text-align: left;
}
.license_page[size="A4"] {
	width: 21cm;
	height: 29.7cm;
}
.license_page[size="A4"][layout="landscape"] {
	width: 29.7cm;
	height: 21cm;
}
.license_page[size="A3"] {
	width: 29.7cm;
	height: 42cm;
}
.license_page[size="A3"][layout="landscape"] {
	width: 42cm;
	height: 29.7cm;
}
.license_page[size="A5"] {
	width: 14.8cm;
	height: 21cm;
}
.license_page[size="A5"][layout="landscape"] {
	width: 21cm;
	height: 14.8cm;
}
@media print {
	.license_page {
		width: 100%;
		margin: 0;
		page-break-before: avoid;
		width: 100%;
		height: 100%;
		zoom: 200%
	}

}

.license_page body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.text-align-center {
	text-align: center;
}

.license_title {
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.license_content {
	margin-left: 10px;
}
.bordered-table {
	border: 1px solid black
}
.bordered-table td {
	border: 1px solid black
}
.bordered-table thead {
	font-weight: bold;
}
.simple-table {
	border: none;
}
