
.noBorder {
	border:none !important;
}
.border {
	border:1px solid black !important;
}
hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: inset;
	border-width: 2px;
	}
tr, td{
    padding: 3px;
    text-align: justify;
    text-justify: inter-word;
    line-height:30px;
	}
	footer {
		font-size: 9px;
		color: #f00;
		text-align: center;
	  }
	  
	  @page {
		size: A4;
		margin: 11mm 17mm 17mm 17mm;
	  }
	  
	  @media print {
		footer {
		  position: fixed;
		  bottom: 0;
		}
	  
		.content-block, p {
		  page-break-inside: avoid;
		}
	  
		html, body {
		  width: 210mm;
		  height: 297mm;
		}
		}
